summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/montage/montage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/montage/montage.c b/src/modules/montage/montage.c
index bf5aef4..92cf7dc 100644
--- a/src/modules/montage/montage.c
+++ b/src/modules/montage/montage.c
@@ -29,7 +29,7 @@ rototiller_module_t montage_module = {
.prepare_frame = montage_prepare_frame,
.render_fragment = montage_render_fragment,
.name = "montage",
- .description = "Rototiller montage",
+ .description = "Rototiller montage (threaded)",
.author = "Vito Caputo <vcaputo@pengaru.com>",
.license = "GPLv2",
};
© All Rights Reserved