diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-22 19:38:28 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-22 19:38:28 +0000 |
| commit | 1bcbd688f711d92d5f7313e770f50de8c3930d65 (patch) | |
| tree | 03187b23e7f134d40cab4b0117c122110b019857 /src | |
| parent | export dialog: c++ification and compile warning fix (diff) | |
| download | inkscape-1bcbd688f711d92d5f7313e770f50de8c3930d65.tar.gz inkscape-1bcbd688f711d92d5f7313e770f50de8c3930d65.zip | |
typo in UI
(bzr r11281)
Diffstat (limited to 'src')
| -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 5380e0b6f..719e42f16 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1498,7 +1498,7 @@ void InkscapePreferences::initPageSystem() _sys_icon_scroll.add(_sys_icon); _sys_icon_scroll.set_size_request(0, 80); _sys_icon_scroll.set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); - _page_system.add_line(true, _("Icon theme: "), _sys_icon_scroll, "", _("Location of icon themes"), true); + _page_system.add_line(true, _("Icon theme: "), _sys_icon_scroll, "", _("Locations of icon themes"), true); this->AddPage(_page_system, _("System"), PREFS_PAGE_SYSTEM); } |
