Code

Tooltips inconsistency fix part 3 (Bug 340723)
[inkscape.git] / src / extension / internal / bitmap / threshold.cpp
index e6a43b98054e6015c8b6eb3e9fe71362957b846a..85d0a8ed98626155cab8691c073e61574d025960 100644 (file)
@@ -42,7 +42,7 @@ Threshold::init(void)
                                "<effects-menu>\n"
                                        "<submenu name=\"" N_("Raster") "\" />\n"
                                "</effects-menu>\n"
-                               "<menu-tip>" N_("Threshold selected bitmap(s).") "</menu-tip>\n"
+                               "<menu-tip>" N_("Threshold selected bitmap(s)") "</menu-tip>\n"
                        "</effect>\n"
                "</inkscape-extension>\n", new Threshold());
 }