diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-05-16 14:40:00 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-05-16 14:40:00 +0000 |
| commit | f93510e1fdca73da2e7755a5c2a40341e9355830 (patch) | |
| tree | b08201ce9622fc6dfe6da6edc4ad73a3bfcc7a05 /src/ui | |
| parent | Extensions: Corrected pySerial download information in plotting extension (diff) | |
| download | inkscape-f93510e1fdca73da2e7755a5c2a40341e9355830.tar.gz inkscape-f93510e1fdca73da2e7755a5c2a40341e9355830.zip | |
UI. Fixing typos in original strings.
Translations. PO template update.
(bzr r14894)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index c7a168dee..30bbd95c9 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -210,8 +210,8 @@ void InkscapePreferences::AddBaseSimplifySpinbutton(DialogPage &p, Glib::ustring { PrefSpinButton* sb = Gtk::manage( new PrefSpinButton); sb->init ( prefs_path + "/base-simplify", 0.0, 100.0, 1.0, 10.0, def_value, false, false); - p.add_line( false, _("Base simplify:"), *sb, _("on dinamic LPE simplify"), - _("Base simplify of dinamic LPE based simplify"), + p.add_line( false, _("Base simplify:"), *sb, _("on dynamic LPE simplify"), + _("Base simplify of dynamic LPE based simplify"), false ); } |
