mirror of https://github.com/odrling/Aegisub
Replace degree symbols with \370.
Originally committed to SVN as r3181.
This commit is contained in:
parent
eae6fea9d9
commit
00fec11a64
|
@ -69,9 +69,9 @@ wxString ASSDrawTransformDlg::combo_templatesStrings[] = {
|
||||||
_("<Select>"),
|
_("<Select>"),
|
||||||
_("Move 5 units down"),
|
_("Move 5 units down"),
|
||||||
_("Move 5 units right"),
|
_("Move 5 units right"),
|
||||||
_("Rotate 90° clockwise at (1, 2)"),
|
_("Rotate 90\370 clockwise at (1, 2)"),
|
||||||
_("Rotate 90° counterclockwise at (-1, 2)"),
|
_("Rotate 90\370 counterclockwise at (-1, 2)"),
|
||||||
_("Rotate 180° at (0, 0)"),
|
_("Rotate 180\370 at (0, 0)"),
|
||||||
_("Flip horizontally at X = 4"),
|
_("Flip horizontally at X = 4"),
|
||||||
_("Flip vertically at Y = 3"),
|
_("Flip vertically at Y = 3"),
|
||||||
_("Scale up horizontally by a factor of 2"),
|
_("Scale up horizontally by a factor of 2"),
|
||||||
|
|
Loading…
Reference in New Issue