summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/threshold.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-09-10 11:34:48 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-09-10 11:34:48 +0000
commit870e2c50dd9c3ffdd97b4020f8761c61387d608d (patch)
treeb6fa0f561dc33a3b5daed84a93399962966fde46 /src/extension/internal/bitmap/threshold.cpp
parentFixed valgrind-detected issue with tooltip shortcuts and profile manager on d... (diff)
downloadinkscape-870e2c50dd9c3ffdd97b4020f8761c61387d608d.tar.gz
inkscape-870e2c50dd9c3ffdd97b4020f8761c61387d608d.zip
Extensions. Consistency fix and UI improvements (internal extensions and filters).
(bzr r9754)
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 8a6c8a6b0..e6a43b980 100644
--- a/src/extension/internal/bitmap/threshold.cpp
+++ b/src/extension/internal/bitmap/threshold.cpp
@@ -36,7 +36,7 @@ Threshold::init(void)
// TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-threshold.html
"<name>" N_("Threshold") "</name>\n"
"<id>org.inkscape.effect.bitmap.threshold</id>\n"
- "<param name=\"threshold\" gui-text=\"" N_("Threshold") "\" type=\"float\" min=\"-100.0\" max=\"100.0\"></param>\n"
+ "<param name=\"threshold\" gui-text=\"" N_("Threshold:") "\" type=\"float\" min=\"-100.0\" max=\"100.0\"></param>\n"
"<effect>\n"
"<object-type>all</object-type>\n"
"<effects-menu>\n"