[california] Make menu items HIG-compliant, use "standard" zoom terms: Bug #730345



commit ac32e8dd9201865846c9d8398da2d120fe94b024
Author: Jim Nelson <jim yorba org>
Date:   Thu Jun 5 11:34:20 2014 -0700

    Make menu items HIG-compliant, use "standard" zoom terms: Bug #730345

 src/rc/window-menu.interface |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/rc/window-menu.interface b/src/rc/window-menu.interface
index a31fdee..ccd9b98 100644
--- a/src/rc/window-menu.interface
+++ b/src/rc/window-menu.interface
@@ -3,15 +3,15 @@
     <menu id="window-menu">
         <section>
             <item>
-                <attribute name="label" translatable="yes">_Increase font size</attribute>
+                <attribute name="label" translatable="yes">Zoom _In</attribute>
                 <attribute name="action">win.increase-font</attribute>
             </item>
             <item>
-                <attribute name="label" translatable="yes">_Decrease font size</attribute>
+                <attribute name="label" translatable="yes">Zoom _Out</attribute>
                 <attribute name="action">win.decrease-font</attribute>
             </item>
             <item>
-                <attribute name="label" translatable="yes">_Reset font size</attribute>
+                <attribute name="label" translatable="yes">_Normal Size</attribute>
                 <attribute name="action">win.reset-font</attribute>
             </item>
         </section>


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