[Xfce4-commits] <xfce4-settings:master> Rename Rotation from "Normal" to "None" (consistency with Reflection)

Nick Schermer noreply at xfce.org
Sun Oct 28 10:44:29 CET 2012


Updating branch refs/heads/master
         to 07b666ad15773ed01ecc742a4305c2c8368927b9 (commit)
       from 7f506412224f57f93020b15a9e69ffbb64f82889 (commit)

commit 07b666ad15773ed01ecc742a4305c2c8368927b9
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Oct 4 12:27:03 2012 +0200

    Rename Rotation from "Normal" to "None" (consistency with Reflection)

 dialogs/display-settings/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index c22ffea..e57ba21 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -65,7 +65,7 @@ enum
 /* Xrandr rotation name conversion */
 static const XfceRotation rotation_names[] =
 {
-    { RR_Rotate_0,   N_("Normal") },
+    { RR_Rotate_0,   N_("None") },
     { RR_Rotate_90,  N_("Left") },
     { RR_Rotate_180, N_("Inverted") },
     { RR_Rotate_270, N_("Right") }


More information about the Xfce4-commits mailing list