Replace degree symbols with \370.

Originally committed to SVN as r3181.
This commit is contained in:
Amar Takhar 2009-07-20 03:19:22 +00:00
parent eae6fea9d9
commit 00fec11a64

View file

@ -69,9 +69,9 @@ wxString ASSDrawTransformDlg::combo_templatesStrings[] = {
_("<Select>"),
_("Move 5 units down"),
_("Move 5 units right"),
_("Rotate 90° clockwise at (1, 2)"),
_("Rotate 90° counterclockwise at (-1, 2)"),
_("Rotate 180° at (0, 0)"),
_("Rotate 90\370 clockwise at (1, 2)"),
_("Rotate 90\370 counterclockwise at (-1, 2)"),
_("Rotate 180\370 at (0, 0)"),
_("Flip horizontally at X = 4"),
_("Flip vertically at Y = 3"),
_("Scale up horizontally by a factor of 2"),