aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-settings-dialog.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2006-01-21 19:48:51 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-01-21 19:48:51 +0800
commit634b570468a3b56df0a631ce6497a0595ce3ec42 (patch)
treef5b52dfd435fd78f10a10e61c8446838ff1dba2c /shell/e-shell-settings-dialog.c
parent11059eb057be0e13e89f131d5bad416148415796 (diff)
downloadgsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.tar
gsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.tar.gz
gsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.tar.bz2
gsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.tar.lz
gsoc2013-evolution-634b570468a3b56df0a631ce6497a0595ce3ec42.tar.xz
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.c2
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);
}