diff options
Diffstat (limited to 'src/fr-window.c')
-rw-r--r-- | src/fr-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-window.c b/src/fr-window.c index 0a5876f..3087a80 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -2754,7 +2754,7 @@ action_started (FrArchive *archive, #endif message = get_message_from_action (action); - full_msg = g_strdup_printf ("%s, %s", message, _("please wait...")); + full_msg = g_strdup_printf ("%s, %s", message, _("please wait…")); fr_window_push_message (window, full_msg); switch (action) { |