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 /libempathy-gtk | |
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 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-log-window.ui | 4 |
1 files changed, 2 insertions, 2 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"><span size="x-large">Loading...</span></property> + <property name="label" translatable="yes"><span size="x-large">Loading…</span></property> <property name="use_markup">True</property> </object> <packing> |