diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-02-07 17:04:27 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-02-07 17:04:27 +0000 |
| commit | e1f0d7a8e726072bf8452164fafc8bb037dfebff (patch) | |
| tree | 7e5c50a03cd0eab373005ba1c49eb0076d011395 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | update to trunk (diff) | |
| parent | Distribute autogen.sh. Fixes build on systems that need to reconfigure intltool (diff) | |
| download | inkscape-e1f0d7a8e726072bf8452164fafc8bb037dfebff.tar.gz inkscape-e1f0d7a8e726072bf8452164fafc8bb037dfebff.zip | |
update to trunk
(bzr r13645.1.5)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -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 0ea6cf082..9f86158aa 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1491,7 +1491,7 @@ void InkscapePreferences::initKeyboardShortcuts(Gtk::TreeModel::iterator iter_ui _kb_filelist.init( "/options/kbshortcuts/shortcutfile", &fileLabels[0], &fileNames[0], fileLabels.size(), fileNames[0]); - Glib::ustring tooltip(_("Select a file of predefined shortcuts to use. Any customized shortcuts you create will be added seperately to ")); + Glib::ustring tooltip(_("Select a file of predefined shortcuts to use. Any customized shortcuts you create will be added separately to ")); tooltip += Glib::ustring(IO::Resource::get_path(IO::Resource::USER, IO::Resource::KEYS, "default.xml")); _page_keyshortcuts.add_line( false, _("Shortcut file:"), _kb_filelist, "", tooltip.c_str(), false); |
