diff options
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r-- | shell/e-shell-settings-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index 31896cb073..64783babd9 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -240,6 +240,7 @@ init (EShellSettingsDialog *dialog) { load_pages (dialog); + gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Settings")); gtk_window_set_default_size (GTK_WINDOW (dialog), 600, 450); } |