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-status-icon.ui | |
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-status-icon.ui')
-rw-r--r-- | src/empathy-status-icon.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-status-icon.ui b/src/empathy-status-icon.ui index 6d0f3672d..155193e46 100644 --- a/src/empathy-status-icon.ui +++ b/src/empathy-status-icon.ui @@ -14,14 +14,14 @@ <object class="GtkAction" id="new_message"> <property name="icon-name">im-message-new</property> <property name="name">new_message</property> - <property name="label" translatable="yes">_New Conversation...</property> + <property name="label" translatable="yes">_New Conversation…</property> </object> </child> <child> <object class="GtkAction" id="new_call"> <property name="icon-name">audio-input-microphone</property> <property name="name">new_call</property> - <property name="label" translatable="yes">New _Call...</property> + <property name="label" translatable="yes">New _Call…</property> </object> </child> <child> |