diff options
author | Seán de Búrca <leftmostcat@gmail.com> | 2013-08-30 11:24:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-02 15:04:02 +0800 |
commit | 386237efa3a448829433d5883dbfbea82b246798 (patch) | |
tree | b488c0cca1279389a76674111c36f54e58ef1309 /src | |
parent | 4d9e7ccbabfff99fa1786066c75f7a276fed3923 (diff) | |
download | gsoc2013-empathy-386237efa3a448829433d5883dbfbea82b246798.tar gsoc2013-empathy-386237efa3a448829433d5883dbfbea82b246798.tar.gz gsoc2013-empathy-386237efa3a448829433d5883dbfbea82b246798.tar.bz2 gsoc2013-empathy-386237efa3a448829433d5883dbfbea82b246798.tar.lz gsoc2013-empathy-386237efa3a448829433d5883dbfbea82b246798.tar.xz gsoc2013-empathy-386237efa3a448829433d5883dbfbea82b246798.tar.zst gsoc2013-empathy-386237efa3a448829433d5883dbfbea82b246798.zip |
Use typographical ellipses consistently
https://bugzilla.gnome.org/show_bug.cgi?id=707104
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 | ||||
-rw-r--r-- | src/empathy-roster-window-menubar.ui | 10 | ||||
-rw-r--r-- | src/empathy-roster-window.c | 2 | ||||
-rw-r--r-- | src/empathy-roster-window.ui | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 16338337e..83f1334cb 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -713,7 +713,7 @@ account_dialog_create_dialog_content (EmpathyAccountsDialog *dialog, gtk_box_pack_end (GTK_BOX (priv->dialog_content), bbox, FALSE, TRUE, 0); gtk_widget_show (bbox); - button = gtk_button_new_with_mnemonic (_("_Edit Connection Parameters...")); + button = gtk_button_new_with_mnemonic (_("_Edit Connection Parameters…")); gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, TRUE, 0); gtk_widget_show (button); g_signal_connect_swapped (button, "clicked", diff --git a/src/empathy-roster-window-menubar.ui b/src/empathy-roster-window-menubar.ui index 2d0b9abb0..44c67d07a 100644 --- a/src/empathy-roster-window-menubar.ui +++ b/src/empathy-roster-window-menubar.ui @@ -4,12 +4,12 @@ <menu id="appmenu"> <section> <item> - <attribute translatable="yes" name="label">_New Conversation...</attribute> + <attribute translatable="yes" name="label">_New Conversation…</attribute> <attribute name="action">win.chat_new_message</attribute> <attribute name="accel"><Primary>n</attribute> </item> <item> - <attribute translatable="yes" name="label">New _Call...</attribute> + <attribute translatable="yes" name="label">New _Call…</attribute> <attribute name="action">win.chat_new_call</attribute> <attribute name="accel"><Primary>m</attribute> </item> @@ -18,11 +18,11 @@ <attribute translatable="yes" name="label">Contacts</attribute> <section> <item> - <attribute translatable="yes" name="label">_Add Contacts...</attribute> + <attribute translatable="yes" name="label">_Add Contacts…</attribute> <attribute name="action">win.chat_add_contact</attribute> </item> <item> - <attribute translatable="yes" name="label">_Search for Contacts...</attribute> + <attribute translatable="yes" name="label">_Search for Contacts…</attribute> <attribute name="action">win.chat_search_contacts</attribute> </item> </section> @@ -37,7 +37,7 @@ <attribute translatable="yes" name="label">_Rooms</attribute> <section> <item> - <attribute translatable="yes" name="label">_Join...</attribute> + <attribute translatable="yes" name="label">_Join…</attribute> <attribute name="action">win.room_join_new</attribute> <attribute name="accel"><Primary>j</attribute> </item> diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index e009125f9..0c96e2fd8 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -744,7 +744,7 @@ roster_window_error_display (EmpathyRosterWindow *self, tp_account_get_detailed_error (account, NULL))) { roster_window_error_add_stock_button (GTK_INFO_BAR (info_bar), - GTK_STOCK_REFRESH, _("Update software..."), + GTK_STOCK_REFRESH, _("Update software…"), ERROR_RESPONSE_RETRY); } else diff --git a/src/empathy-roster-window.ui b/src/empathy-roster-window.ui index 25156d5fc..937bae636 100644 --- a/src/empathy-roster-window.ui +++ b/src/empathy-roster-window.ui @@ -226,7 +226,7 @@ <property name="yscale">0</property> <child> <object class="GtkButton" id="button_add_contact"> - <property name="label" translatable="yes">_Add Contact...</property> + <property name="label" translatable="yes">_Add Contact…</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |