summaryrefslogtreecommitdiff
path: root/packaging/windows/make-translations.vbs
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-24 13:27:21 -0600
commit03761078314cca27692ccce12a823c484fbe90e0 (patch)
treeffe264d029a6ae5bd85b26a43aa14ac0079da89f /packaging/windows/make-translations.vbs
parentb55ace0590c8d8112294a6724fd224d8e44834d1 (diff)
downloadmana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.gz
mana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.bz2
mana-client-03761078314cca27692ccce12a823c484fbe90e0.tar.xz
mana-client-03761078314cca27692ccce12a823c484fbe90e0.zip
Basically finish rebranding
Diffstat (limited to 'packaging/windows/make-translations.vbs')
-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)