diff --git a/definitions/base.js b/definitions/base.js index 7ad1cd87..e00fa171 100644 --- a/definitions/base.js +++ b/definitions/base.js @@ -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"], diff --git a/languages/en_CA.json b/languages/en_CA.json index 814a4e21..6b46085d 100644 --- a/languages/en_CA.json +++ b/languages/en_CA.json @@ -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",