diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-10-07 17:46:44 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-10-07 17:46:44 +0000 |
| commit | e95285010790e159177c24b1061047812f5dcf84 (patch) | |
| tree | dd8c64e304d29ee14a075c7d811ec4d42b732e35 /src/ui | |
| parent | Translations. Fix for Bug #425202 (Script messages not translated). (diff) | |
| download | inkscape-e95285010790e159177c24b1061047812f5dcf84.tar.gz inkscape-e95285010790e159177c24b1061047812f5dcf84.zip | |
Typo fix by Yuri Chornoivan.
(bzr r11750)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index bbaaecfd4..ce73f47f1 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -480,7 +480,7 @@ void InkscapePreferences::initPageTools() _misc_gradientangle.init("/dialogs/gradienteditor/angle", -359, 359, 1, 90, 0, false, false); _page_gradient.add_line( false, _("Linear gradient _angle:"), _misc_gradientangle, "", - _("Default angle of new linear gradients in degrees (clockwise from horizontal"), false); + _("Default angle of new linear gradients in degrees (clockwise from horizontal)"), false); //Dropper |
