From e365ac9f1ba7bef37cab43b87a5de0bd89e5e54d Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 13 May 2013 21:18:08 +0000 Subject: [PATCH] - Bugfix: Fixed missing "," in _GermanText.cpp which resulted in wrong text (on the M.E.R.C website) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6076 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Utils/_GermanText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index d69a83f6..3b07b76e 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -4174,7 +4174,7 @@ STR16 MercInfo[] = L"Ausrüstung kaufen?", L"nicht da", L"Offene Beträge", - L"Bio" + L"Bio", L"Inv", };