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-main-window.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-main-window.ui')
-rw-r--r-- | src/empathy-main-window.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 1e6ecce17..934e5122d 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -14,7 +14,7 @@ <object class="GtkAction" id="chat_new_message"> <property name="icon-name">im-message-new</property> <property name="name">chat_new_message</property> - <property name="label" translatable="yes">_New Conversation...</property> + <property name="label" translatable="yes">_New Conversation…</property> </object> <accelerator key="N" modifiers="GDK_CONTROL_MASK"/> </child> @@ -22,7 +22,7 @@ <object class="GtkAction" id="chat_new_call"> <property name="icon-name">audio-input-microphone</property> <property name="name">chat_new_call</property> - <property name="label" translatable="yes">New _Call...</property> + <property name="label" translatable="yes">New _Call…</property> </object> <accelerator key="M" modifiers="GDK_CONTROL_MASK"/> </child> @@ -38,7 +38,7 @@ <object class="GtkAction" id="chat_add_contact"> <property name="stock_id">gtk-add</property> <property name="name">chat_add_contact</property> - <property name="label" translatable="yes">_Add Contact...</property> + <property name="label" translatable="yes">_Add Contact…</property> </object> </child> <child> @@ -171,7 +171,7 @@ <child> <object class="GtkAction" id="room_join_new"> <property name="name">room_join_new</property> - <property name="label" translatable="yes">_Join...</property> + <property name="label" translatable="yes">_Join…</property> </object> </child> <child> |