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/bluredge.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/bluredge.cpp')
| -rw-r--r-- | src/extension/internal/bluredge.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/internal/bluredge.cpp b/src/extension/internal/bluredge.cpp index 0e3aa98ce..4a04e3c33 100644 --- a/src/extension/internal/bluredge.cpp +++ b/src/extension/internal/bluredge.cpp @@ -131,8 +131,8 @@ BlurEdge::init (void) "<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n" "<name>" N_("Inset/Outset Halo") "</name>\n" "<id>org.inkscape.effect.bluredge</id>\n" - "<param name=\"blur-width\" gui-text=\"" N_("Width:") "\" gui-description=\"" N_("Width in px of the halo") "\" scope=\"document\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n" - "<param name=\"num-steps\" gui-text=\"" N_("Number of steps:") "\" gui-description=\"" N_("Number of inset/outset copies of the object to make") "\" scope=\"document\" type=\"int\" min=\"5\" max=\"100\">11</param>\n" + "<param name=\"blur-width\" _gui-text=\"" N_("Width:") "\" gui-description=\"" N_("Width in px of the halo") "\" scope=\"document\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n" + "<param name=\"num-steps\" _gui-text=\"" N_("Number of steps:") "\" gui-description=\"" N_("Number of inset/outset copies of the object to make") "\" scope=\"document\" type=\"int\" min=\"5\" max=\"100\">11</param>\n" "<effect>\n" "<object-type>all</object-type>\n" "<effects-menu>\n" |
