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/prefdialog.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/prefdialog.cpp')
| -rw-r--r-- | src/extension/prefdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index 0ea15a5cd..2521dc1de 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -273,7 +273,7 @@ PrefDialog::on_response (int signal) { #include "internal/clear-n_.h" -const char * PrefDialog::live_param_xml = "<param name=\"__live_effect__\" type=\"boolean\" gui-text=\"" N_("Live preview") "\" gui-description=\"" N_("Is the effect previewed live on canvas?") "\" scope=\"user\">false</param>"; +const char * PrefDialog::live_param_xml = "<param name=\"__live_effect__\" type=\"boolean\" _gui-text=\"" N_("Live preview") "\" gui-description=\"" N_("Is the effect previewed live on canvas?") "\" scope=\"user\">false</param>"; }; }; /* namespace Inkscape, Extension */ |
