Fix typos in rotation selection
This commit is contained in:
parent
a581a7745c
commit
fde1c0f526
1 changed files with 2 additions and 2 deletions
|
|
@ -551,9 +551,9 @@ fi
|
|||
if ! $UNINSTALL; then
|
||||
echo "Select rotation:"
|
||||
selectN "90 degrees (landscape)" \
|
||||
"180 degrees (portait)" \
|
||||
"180 degrees (portrait)" \
|
||||
"270 degrees (landscape)" \
|
||||
"0 degrees (portait)"
|
||||
"0 degrees (portrait)"
|
||||
PITFT_ROTATE=$?
|
||||
if [ $PITFT_ROTATE -gt 4 ]; then
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue