summaryrefslogtreecommitdiff
path: root/lang/updatelang.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/updatelang.py')
-rwxr-xr-xlang/updatelang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/updatelang.py b/lang/updatelang.py
index 43c27c6..da7f691 100755
--- a/lang/updatelang.py
+++ b/lang/updatelang.py
@@ -27,7 +27,7 @@ langs = set()
itemNamesByName = dict()
def addStr(text, comment, fileName, lineNum, addNoC):
- text = text.replace("\a", "\\\"");
+ text = text.replace("\a", "\"");
allStrings.add(text)
if comment[-1:] == "\n":
comment = comment[:-1]