diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-01-01 01:56:30 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-01-01 23:06:43 +0800 |
commit | 3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff (patch) | |
tree | 4a92356e0968acec801ca27e5dc0da405f0fd3fb /src/empathy-call-window.c | |
parent | 0388884a0add8538dec7c661d079495da4f834cf (diff) | |
download | gsoc2013-empathy-3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff.tar gsoc2013-empathy-3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff.tar.gz gsoc2013-empathy-3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff.tar.bz2 gsoc2013-empathy-3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff.tar.lz gsoc2013-empathy-3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff.tar.xz gsoc2013-empathy-3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff.tar.zst gsoc2013-empathy-3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff.zip |
Punctuation fixes in translatable strings
Fix punctuation in the IRC command help messages. Use proper Unicode ellipses
throughout Empathy, and proper em-dashes where appropriate.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r-- | src/empathy-call-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index da708d156..de19b69a4 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -726,7 +726,7 @@ empathy_call_window_set_state_connecting (EmpathyCallWindow *window) { EmpathyCallWindowPriv *priv = GET_PRIV (window); - empathy_call_window_status_message (window, _("Connecting...")); + empathy_call_window_status_message (window, _("Connecting…")); priv->call_state = CONNECTING; if (priv->outgoing) |