diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-01-29 20:13:12 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-01-29 20:13:12 +0000 |
| commit | 280065b915b38d4d6605c1ec364a380250d6e1cd (patch) | |
| tree | 2dcf1fe94ad045cc013dde28d8a3ae56ca907d47 /src/widgets/gradient-toolbar.cpp | |
| parent | Update Hungarian translation (!189) (diff) | |
| download | inkscape-280065b915b38d4d6605c1ec364a380250d6e1cd.tar.gz inkscape-280065b915b38d4d6605c1ec364a380250d6e1cd.zip | |
Don't translate the empty string.
Really, please don't do it!
- in the best case it shows a wall of useless text to the user
- in the worst case it causes strange crashes for users with
non-English locale
Diffstat (limited to 'src/widgets/gradient-toolbar.cpp')
| -rw-r--r-- | src/widgets/gradient-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp index 70d4d359e..6a7d4b931 100644 --- a/src/widgets/gradient-toolbar.cpp +++ b/src/widgets/gradient-toolbar.cpp @@ -910,7 +910,7 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, InkSelectOneAction* act = InkSelectOneAction::create( "GradientNewFillStrokeAction", // Name - _(""), // Label + "", // Label "", // Tooltip "Not Used", // Icon store ); // Tree store |
