Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window-title.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window-title.c')
-rw-r--r--shell/ev-window-title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c
index ca2429b..2fcb3d9 100644
--- a/shell/ev-window-title.c
+++ b/shell/ev-window-title.c
@@ -159,7 +159,7 @@ ev_window_title_update (EvWindowTitle *window_title)
gtk_window_set_title (window, title);
break;
case EV_WINDOW_TITLE_PASSWORD:
- password_title = g_strdup_printf (_("%s - Password Required"), title);
+ password_title = g_strdup_printf (_("%s — Password Required"), title);
gtk_window_set_title (window, password_title);
g_free (password_title);
break;