diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-09-10 11:34:48 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-09-10 11:34:48 +0000 |
| commit | 870e2c50dd9c3ffdd97b4020f8761c61387d608d (patch) | |
| tree | b6fa0f561dc33a3b5daed84a93399962966fde46 /src/extension/internal/bitmap/threshold.cpp | |
| parent | Fixed valgrind-detected issue with tooltip shortcuts and profile manager on d... (diff) | |
| download | inkscape-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.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 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" |
