Fix #2609 invalid value horz instead of hori in orientations enumeration
This commit is contained in:
parent
74d9f4f1aa
commit
1855ee441a
|
@ -389,7 +389,7 @@ $orientations = array(
|
|||
'90' => translate('RotateRight'),
|
||||
'180' => translate('Inverted'),
|
||||
'270' => translate('RotateLeft'),
|
||||
'horz' => translate('FlippedHori'),
|
||||
'hori' => translate('FlippedHori'),
|
||||
'vert' => translate('FlippedVert')
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue