From 386237efa3a448829433d5883dbfbea82b246798 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Se=C3=A1n=20de=20B=C3=BArca?= Date: Thu, 29 Aug 2013 21:24:46 -0600 Subject: [PATCH] Use typographical ellipses consistently https://bugzilla.gnome.org/show_bug.cgi?id=707104 --- libempathy-gtk/empathy-log-window.ui | 4 ++-- src/empathy-accounts-dialog.c | 2 +- src/empathy-roster-window-menubar.ui | 10 +++++----- src/empathy-roster-window.c | 2 +- src/empathy-roster-window.ui | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui index d6b9f1bc..d49099e4 100644 --- a/libempathy-gtk/empathy-log-window.ui +++ b/libempathy-gtk/empathy-log-window.ui @@ -46,7 +46,7 @@ False - Delete All History... + Delete All History… True False False @@ -335,7 +335,7 @@ True False 0 - <span size="x-large">Loading...</span> + <span size="x-large">Loading…</span> True diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 16338337..83f1334c 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 2d0b9abb..44c67d07 100644 --- a/src/empathy-roster-window-menubar.ui +++ b/src/empathy-roster-window-menubar.ui @@ -4,12 +4,12 @@
- _New Conversation... + _New Conversation… win.chat_new_message <Primary>n - New _Call... + New _Call… win.chat_new_call <Primary>m @@ -18,11 +18,11 @@ Contacts
- _Add Contacts... + _Add Contacts… win.chat_add_contact - _Search for Contacts... + _Search for Contacts… win.chat_search_contacts
@@ -37,7 +37,7 @@ _Rooms
- _Join... + _Join… win.room_join_new <Primary>j diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index e009125f..0c96e2fd 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 25156d5f..937bae63 100644 --- a/src/empathy-roster-window.ui +++ b/src/empathy-roster-window.ui @@ -226,7 +226,7 @@ 0 - _Add Contact... + _Add Contact… True True True -- 2.39.2