summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/threshold.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2016-06-11 17:25:23 +0000
committerEduard Braun <eduard.braun2@gmx.de>2016-06-11 17:25:23 +0000
commit381c20f462265052cd320a26fb779b1d07a7dffc (patch)
tree199b551e0b175784841b533823b4daf3660773dc /src/extension/internal/bitmap/threshold.cpp
parentClean up includes after r14955 (diff)
downloadinkscape-381c20f462265052cd320a26fb779b1d07a7dffc.tar.gz
inkscape-381c20f462265052cd320a26fb779b1d07a7dffc.zip
Extensions: Use underscored variants of parameters / attribute names in internal extensions where translation via gettext is desired.
Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
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 0db0f7749..9f10b2c42 100644
--- a/src/extension/internal/bitmap/threshold.cpp
+++ b/src/extension/internal/bitmap/threshold.cpp
@@ -37,7 +37,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"