aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-settings-dialog.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 53f008dfa5..578ced0859 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-21 Andre Klapper <a9016009@gmx.de>
+
+ * e-shell-settings-dialog.c: changed string "Settings" to
+ "Preferneces" to keep consistency. Fixes bug 327933.
+
2006-01-19 Kyle Ambroff <kambroff@csus.edu>
* shell.error.xml: Default to [Cancel] instead of [Forget] in the
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);
}