diff options
Diffstat (limited to 'src/modules/pixbounce')
-rw-r--r-- | src/modules/pixbounce/pixbounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/pixbounce/pixbounce.c b/src/modules/pixbounce/pixbounce.c index a59efbe..893016f 100644 --- a/src/modules/pixbounce/pixbounce.c +++ b/src/modules/pixbounce/pixbounce.c @@ -197,7 +197,7 @@ rototiller_module_t pixbounce_module = { .destroy_context = pixbounce_destroy_context, .render_fragment = pixbounce_render_fragment, .name = "pixbounce", - .description = "pixmap bounce", + .description = "Pixmap bounce", .author = "Philip J Freeman <elektron@halo.nu>", .license = "GPLv2", }; |