summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/make-translations.vbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/make-translations.vbs b/packaging/windows/make-translations.vbs
index f349b25e..339a0299 100644
--- a/packaging/windows/make-translations.vbs
+++ b/packaging/windows/make-translations.vbs
@@ -29,7 +29,7 @@ do while not stream.AtEndOfStream
CreateFolderIfNonexistent("..\..\translations\" + s + "\LC_MESSAGES")
'build the translate command
infile = "../../po/" + s + ".po"
- outfile = "../../translations/" + s +"/LC_MESSAGES/tmw.mo"
+ outfile = "../../translations/" + s +"/LC_MESSAGES/mana.mo"
command = "msgfmt -c -o " + outfile + " " + infile
'execute translate command
errval = WshShell.run(command, 0, true)