diff options
author | infirit <[email protected]> | 2014-11-19 18:45:45 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-19 21:02:23 +0100 |
commit | 0c780968d744753c56f389b33a601a52755dda39 (patch) | |
tree | 2b689a2d5e0c7c99e88d9e28f74e0b2d013badbb /src/fr-window.c | |
parent | a8f51fed46262a7c1724734aa5d9418b67c2c899 (diff) | |
download | engrampa-0c780968d744753c56f389b33a601a52755dda39.tar.bz2 engrampa-0c780968d744753c56f389b33a601a52755dda39.tar.xz |
Change strings to use ellipsis
Based on FR commit: 281b4b5d773a058820ca46ed9ff56c308d3672c0
From: Ekaterina Gerasimova <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=666447
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) { |