Fix rotation labels

disk-divisor
Moe 2022-11-14 08:27:14 -08:00
parent 213f391675
commit d4ac880e3f
2 changed files with 7 additions and 6 deletions

View File

@ -1079,7 +1079,7 @@ module.exports = function(s,config,lang){
"value": "1"
},
{
"name": lang["90 Clockwise and Vertical Flip"],
"name": lang["90 Counter Clockwise"],
"value": "2"
},
{
@ -1865,7 +1865,7 @@ module.exports = function(s,config,lang){
"value": "1"
},
{
"name": lang["90 Clockwise and Vertical Flip"],
"name": lang["90 Counter Clockwise"],
"value": "2"
},
{
@ -2248,8 +2248,8 @@ module.exports = function(s,config,lang){
"value": "1"
},
{
"name": lang["90 Clockwise and Vertical Flip"],
"value": "2"
"name": lang["90 Counter Clockwise"],
"value": "2"
},
{
"name": lang["90 Clockwise and Vertical Flip"],
@ -7389,8 +7389,8 @@ module.exports = function(s,config,lang){
"value": "1"
},
{
"name": lang["90 Clockwise and Vertical Flip"],
"value": "2"
"name": lang["90 Counter Clockwise"],
"value": "2"
},
{
"name": lang["90 Clockwise and Vertical Flip"],

View File

@ -879,6 +879,7 @@
"No Rotation": "No Rotation",
"180 Degrees": "180 Degrees",
"90 Counter Clockwise and Vertical Flip (default)": "90 Counter Clockwise and Vertical Flip (default)",
"90 Counter Clockwise": "90 Counter Clockwise",
"90 Clockwise": "90 Clockwise",
"90 Clockwise and Vertical Flip": "90 Clockwise and Vertical Flip",
"Top Right": "Top Right",