Code

Tooltips inconsistency fix (Bug 340723)
[inkscape.git] / src / extension / internal / bitmap / colorize.cpp
index 33020ef43c95f377f337e88c1013584c24b8748e..de99f96604604487abf05e9a4e9369b7faea7f58 100644 (file)
@@ -54,7 +54,7 @@ Colorize::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Colorize selected bitmap(s) with specified color, using given opacity.") "</menu-tip>\n"
+                               "<menu-tip>" N_("Colorize selected bitmap(s) with specified color, using given opacity") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Colorize());
 }