diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-settings-dialog.c | 2 |
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); } |