summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/asymptote/GUI/xasyStrings.py
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI/xasyStrings.py')
-rwxr-xr-xMaster/texmf-dist/asymptote/GUI/xasyStrings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/xasyStrings.py b/Master/texmf-dist/asymptote/GUI/xasyStrings.py
index 53f83a64f14..4f2ca0d2ed2 100755
--- a/Master/texmf-dist/asymptote/GUI/xasyStrings.py
+++ b/Master/texmf-dist/asymptote/GUI/xasyStrings.py
@@ -8,12 +8,12 @@ class xasyString:
def __init__(self, lang=None):
s = self
if lang is None:
- _ = lambda x: x
+ _ = lambda x: x
else:
lng = gettext.translation('base', localedir='GUI/locale', languages=[lang])
lng.install()
_ = lng.gettext
-
+
s.rotate = _('Rotate')
s.scale = _('Scale')
s.translate = _('Translate')