summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2016-05-16 14:40:00 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-05-16 14:40:00 +0000
commitf93510e1fdca73da2e7755a5c2a40341e9355830 (patch)
treeb08201ce9622fc6dfe6da6edc4ad73a3bfcc7a05 /src/ui
parentExtensions: Corrected pySerial download information in plotting extension (diff)
downloadinkscape-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.cpp4
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 );
}