aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 2d7d6aaba4..92c903a203 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -324,7 +324,7 @@ switch_view (EShellWindow *window, ComponentView *component_view)
}
if (component_view->title == NULL) {
- title = g_strdup_printf ("Evolution - %s", info->button_label);
+ title = g_strdup_printf ("%s - Evolution", info->button_label);
gtk_window_set_title (GTK_WINDOW (window), title);
g_free (title);
} else