summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/threshold.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-09-19 20:34:19 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-09-19 20:34:19 +0000
commitb4f0f68cfaef2717ff1d7b35be83f84538b04e25 (patch)
treea28180a119b2678c67ab389b63e88b9b99f9f74e /src/extension/internal/bitmap/threshold.cpp
parentExtensions. UI error in Gimp export; translatable keys and mouse reference link. (diff)
downloadinkscape-b4f0f68cfaef2717ff1d7b35be83f84538b04e25.tar.gz
inkscape-b4f0f68cfaef2717ff1d7b35be83f84538b04e25.zip
Tooltips inconsistency fix part 3 (Bug 340723)
(bzr r9772)
Diffstat (limited to 'src/extension/internal/bitmap/threshold.cpp')
-rw-r--r--src/extension/internal/bitmap/threshold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/bitmap/threshold.cpp b/src/extension/internal/bitmap/threshold.cpp
index e6a43b980..85d0a8ed9 100644
--- a/src/extension/internal/bitmap/threshold.cpp
+++ b/src/extension/internal/bitmap/threshold.cpp
@@ -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());
}