From 2403a81070a8f4c0e75f22a6b0ed3b85c860d1d5 Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 12 Sep 2011 18:00:07 +0000 Subject: [PATCH] - Fixed German spelling mistake git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4648 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 a92a1dbc1..6b4f93f74 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -3041,7 +3041,7 @@ STR16 pMapScreenBorderButtonHelpText[] = STR16 pMapScreenInvenButtonHelpText[] = { - L"^Nächste (|.)", // next page + L"Nächste (|.)", // next page L"Vorherige (|,)", // previous page L"Sektor Inventar schließen (|E|s|c)", // exit sector inventory };