display: Rename rotation options
So it's easier to preview in one's head. https://bugzilla.gnome.org/show_bug.cgi?id=563144
This commit is contained in:
parent
8ba88c2309
commit
c322a42ea2
1 changed files with 3 additions and 3 deletions
|
@ -337,9 +337,9 @@ rebuild_rotation_combo (App *app)
|
|||
} RotationInfo;
|
||||
static const RotationInfo rotations[] = {
|
||||
{ GNOME_RR_ROTATION_0, N_("Normal") },
|
||||
{ GNOME_RR_ROTATION_90, N_("Left") },
|
||||
{ GNOME_RR_ROTATION_270, N_("Right") },
|
||||
{ GNOME_RR_ROTATION_180, N_("Upside Down") },
|
||||
{ GNOME_RR_ROTATION_90, N_("Anti-Clockwise") },
|
||||
{ GNOME_RR_ROTATION_270, N_("Clockwise") },
|
||||
{ GNOME_RR_ROTATION_180, N_("180 Degrees") },
|
||||
};
|
||||
const char *selection;
|
||||
GnomeRRRotation current;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue