]> git.0d.be Git - empathy.git/commitdiff
Use typographical ellipses consistently
authorSeán de Búrca <leftmostcat@gmail.com>
Fri, 30 Aug 2013 03:24:46 +0000 (21:24 -0600)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 2 Sep 2013 07:04:02 +0000 (09:04 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=707104

libempathy-gtk/empathy-log-window.ui
src/empathy-accounts-dialog.c
src/empathy-roster-window-menubar.ui
src/empathy-roster-window.c
src/empathy-roster-window.ui

index d6b9f1bc511def1483dcaf35397316a8226a3021..d49099e479a76270427f5d1423a44d2785f5756f 100644 (file)
@@ -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>
                     <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>
index 16338337e5dc5da603cee832546cf7f7ef6dda97..83f1334cbecc7993046b5e2cdc11959940a55c2c 100644 (file)
@@ -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",
index 2d0b9abb0f0593ac45f75e3e7ede06248f78f6df..44c67d07a7fe1bb5b31fcc759d92f765577a83b8 100644 (file)
@@ -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>
         <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>
index e009125f9c748f6b1a26bfe49825070eee652a2b..0c96e2fd8f508fc2f97c78fffd858bad8df8957a 100644 (file)
@@ -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
index 25156d5fc0f19f832687f895fc0995551c40b6e1..937bae6365203d0baa729cab4710d78eb2051cce 100644 (file)
                 <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>