Code

Tooltips inconsistency fix (Bug 340723)
[inkscape.git] / src / extension / internal / bitmap / charcoal.cpp
index 3bde7b6e2da307d845eae147e24e7b25b937df28..5b3c7606e9536f6a3905b04ff2a6fe83a5c13cbd 100644 (file)
@@ -43,7 +43,7 @@ Charcoal::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Apply charcoal stylization to selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Apply charcoal stylization to selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Charcoal());
 }