[gnome-documents] preview: use rotation symbols instead of left/right text



commit 50c8a97eb917698bb47a7a66fb4cfac7e4310922
Author: William Jon McCann <jmccann redhat com>
Date:   Tue Dec 4 21:07:26 2012 -0500

    preview: use rotation symbols instead of left/right text
    
    It is easier to understand the effect visually.

 src/resources/preview-menu.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/preview-menu.ui b/src/resources/preview-menu.ui
index 175424f..d9bf848 100644
--- a/src/resources/preview-menu.ui
+++ b/src/resources/preview-menu.ui
@@ -26,12 +26,12 @@
     <section>
       <item>
         <attribute name="action">app.rotate-left</attribute>
-        <attribute name="label" translatable="yes">Rotate Left</attribute>
+        <attribute name="label" translatable="yes">Rotate â</attribute>
         <attribute name="accel">&lt;Primary&gt;Left</attribute>
       </item>
       <item>
         <attribute name="action">app.rotate-right</attribute>
-        <attribute name="label" translatable="yes">Rotate Right</attribute>
+        <attribute name="label" translatable="yes">Rotate â</attribute>
         <attribute name="accel">&lt;Primary&gt;Right</attribute>
       </item>
     </section>



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