diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2016-06-11 17:25:23 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2016-06-11 17:25:23 +0000 |
| commit | 381c20f462265052cd320a26fb779b1d07a7dffc (patch) | |
| tree | 199b551e0b175784841b533823b4daf3660773dc /src/extension/internal/bitmap/threshold.cpp | |
| parent | Clean up includes after r14955 (diff) | |
| download | inkscape-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.cpp | 2 |
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" |
