From 03761078314cca27692ccce12a823c484fbe90e0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 24 Oct 2009 13:27:21 -0600 Subject: Basically finish rebranding --- packaging/windows/make-translations.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/windows/make-translations.vbs') 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) -- cgit v1.2.3-70-g09d2