diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-01-21 19:48:51 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-21 19:48:51 +0800 |
commit | 634b570468a3b56df0a631ce6497a0595ce3ec42 (patch) | |
tree | f5b52dfd435fd78f10a10e61c8446838ff1dba2c /shell/e-shell-settings-dialog.c | |
parent | 11059eb057be0e13e89f131d5bad416148415796 (diff) | |
download | gsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.tar.gz gsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.tar.zst gsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.zip |
changed string "Settings" to "Preferences" to keep consistency. Fixes bug
2006-01-21 Andre Klapper <a9016009@gmx.de>
* e-shell-settings-dialog.c: changed string "Settings" to
"Preferences" to keep consistency. Fixes bug 327933.
svn path=/trunk/; revision=31258
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r-- | shell/e-shell-settings-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index 0b96b2cf63..8d72da9291 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -315,7 +315,7 @@ e_shell_settings_dialog_init (EShellSettingsDialog *dialog) load_pages (dialog); set_dialog_size (dialog); - gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Settings")); + gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Preferences")); gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); } |