diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2012-03-10 03:41:55 +0000 |
|---|---|---|
| committer | Alexandre Prokoudine <avp@darkroom.Home> | 2012-03-10 03:41:55 +0000 |
| commit | 27ea5331097d25a1a9e87372be0553912d271db1 (patch) | |
| tree | 801ac277072930a08a4096c1a247d3eb8039fc9c /src | |
| parent | Translations. POTFILE and template update (due to xml-tree.cpp changes). (diff) | |
| download | inkscape-27ea5331097d25a1a9e87372be0553912d271db1.tar.gz inkscape-27ea5331097d25a1a9e87372be0553912d271db1.zip | |
Proper captialization for a text label
(bzr r11067)
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 23e0784f0..6c9cbd63e 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -741,7 +741,7 @@ static void gamutColorChanged( Gtk::ColorButton* btn ) { void InkscapePreferences::initPageIO() { - Gtk::TreeModel::iterator iter_io = this->AddPage(_page_io, _("Input-output"), PREFS_PAGE_IO); + Gtk::TreeModel::iterator iter_io = this->AddPage(_page_io, _("Input/Output"), PREFS_PAGE_IO); _path_io = _page_list.get_model()->get_path(iter_io); _save_use_current_dir.init( _("Use current directory for \"Save As ...\""), "/dialogs/save_as/use_current_dir", true); |
