[totem] rotation: Update labels to match mockups



commit abbc2caa45ff1331fc847f2e116962a9e1c65e8d
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 14 17:31:14 2014 +0100

    rotation: Update labels to match mockups

 src/plugins/rotation/totem-rotation-plugin.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/rotation/totem-rotation-plugin.vala b/src/plugins/rotation/totem-rotation-plugin.vala
index 3dde20c..60b32a8 100644
--- a/src/plugins/rotation/totem-rotation-plugin.vala
+++ b/src/plugins/rotation/totem-rotation-plugin.vala
@@ -51,11 +51,11 @@ class RotationPlugin: GLib.Object, Peas.Activatable
         t.add_action (this.rotate_right_action);
         t.add_accelerator("<Primary>R", "app.rotate-right", null);
 
-        GLib.MenuItem item = new GLib.MenuItem (_("_Rotate Clockwise"), "app.rotate-right");
+        GLib.MenuItem item = new GLib.MenuItem (_("_Rotate ↷"), "app.rotate-right");
         item.set_attribute ("accel", "s", "<Primary>R");
         menu.append_item (item);
 
-        item = new GLib.MenuItem (_("Rotate Counterc_lockwise"), "app.rotate-left");
+        item = new GLib.MenuItem (_("Rotate ↶"), "app.rotate-left");
         item.set_attribute ("accel", "s", "<Primary><Shift>R");
         menu.append_item (item);
 


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