aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeán de Búrca <leftmostcat@gmail.com>2013-08-30 11:24:46 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-02 15:04:02 +0800
commit386237efa3a448829433d5883dbfbea82b246798 (patch)
treeb488c0cca1279389a76674111c36f54e58ef1309
parent4d9e7ccbabfff99fa1786066c75f7a276fed3923 (diff)
downloadgsoc2013-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
-rw-r--r--libempathy-gtk/empathy-log-window.ui4
-rw-r--r--src/empathy-accounts-dialog.c2
-rw-r--r--src/empathy-roster-window-menubar.ui10
-rw-r--r--src/empathy-roster-window.c2
-rw-r--r--src/empathy-roster-window.ui2
5 files changed, 10 insertions, 10 deletions
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui
index d6b9f1bc5..d49099e47 100644
--- a/libempathy-gtk/empathy-log-window.ui
+++ b/libempathy-gtk/empathy-log-window.ui
@@ -46,7 +46,7 @@
<property name="can_focus">False</property>
<child>
<object class="GtkImageMenuItem" id="imagemenuitem_delete">
- <property name="label" translatable="yes">Delete All History...</property>
+ <property name="label" translatable="yes">Delete All History…</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_action_appearance">False</property>
@@ -335,7 +335,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">&lt;span size="x-large"&gt;Loading...&lt;/span&gt;</property>
+ <property name="label" translatable="yes">&lt;span size="x-large"&gt;Loading…&lt;/span&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
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">&lt;Primary&gt;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">&lt;Primary&gt;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">&lt;Primary&gt;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>