[gitg] Fix dialog titles to comply with GNOME HIG guidelines.



commit 052055f74268db67fa437be6fab8d1abad075f9c
Author: Sindhu S <sindhus live in>
Date:   Mon Apr 29 20:29:08 2013 +0530

    Fix dialog titles to comply with GNOME HIG guidelines.

 gitg/resources/ui/gitg-menus.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-menus.ui b/gitg/resources/ui/gitg-menus.ui
index ccca2c1..b2c5f46 100644
--- a/gitg/resources/ui/gitg-menus.ui
+++ b/gitg/resources/ui/gitg-menus.ui
@@ -37,12 +37,12 @@
   <menu id="win-menu-dash">
     <section>
       <item>
-        <attribute name="label" translatable="yes">_Open Repository</attribute>
+        <attribute name="label" translatable="yes">_Open Repository…</attribute>
         <attribute name="action">win.open-repository</attribute>
         <attribute name="accel">&lt;Primary&gt;o</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_Clone Repository</attribute>
+        <attribute name="label" translatable="yes">_Clone Repository…</attribute>
         <attribute name="action">win.clone-repository</attribute>
       </item>
     </section>
@@ -73,12 +73,12 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_Open Repository</attribute>
+        <attribute name="label" translatable="yes">_Open Repository…</attribute>
         <attribute name="action">win.open-repository</attribute>
         <attribute name="accel">&lt;Primary&gt;o</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_Clone Repository</attribute>
+        <attribute name="label" translatable="yes">_Clone Repository…</attribute>
         <attribute name="action">win.clone-repository</attribute>
       </item>
     </section>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]