summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-26 07:04:38 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-26 07:04:38 +0000
commit17e988ea9c426fc1c483c153d5afa8e1cde78298 (patch)
tree2b30111e4c21db9caf1fc95e4346cb0af4d1bf96 /src
parentOpen folders in inkscape preferences with XGD. Also added a tentative for Mac (diff)
downloadinkscape-17e988ea9c426fc1c483c153d5afa8e1cde78298.tar.gz
inkscape-17e988ea9c426fc1c483c153d5afa8e1cde78298.zip
fix a string
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index ba0e95921..c7dbc33d0 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -2222,7 +2222,7 @@ void InkscapePreferences::initPageSystem()
true);
_sys_user_keys_dir.init((char const *)IO::Resource::get_path(IO::Resource::USER, IO::Resource::KEYS, ""),
- _("Open keyboard shorcuts folder"));
+ _("Open keyboard shortcuts folder"));
_page_system.add_line(true, _("User keys: "), _sys_user_keys_dir, "", _("Location of the users keys"), true);
_sys_user_ui_dir.init((char const *)IO::Resource::get_path(IO::Resource::USER, IO::Resource::UIS, ""),