From c9a82ac3e7540c57488fb72b351496fe75d4ceeb Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Sep 2008 21:18:28 +0000 Subject: (svn r14423) -Codechange: also do r14221 for the strings. --- src/strings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strings.cpp') diff --git a/src/strings.cpp b/src/strings.cpp index 9059f56a1..5d85f8cf5 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -978,12 +978,12 @@ static char* FormatString(char* buff, const char* str, const int64* argv, uint c if (IsValidCompanyID(company) && IsHumanCompany(company)) { int64 args[1]; args[0] = company + 1; - buff = GetStringWithArgs(buff, STR_7002_PLAYER, args, last); + buff = GetStringWithArgs(buff, STR_7002_COMPANY, args, last); } break; } - case SCC_PLAYER_NAME: { // {PLAYERNAME} + case SCC_PRESIDENT_NAME: { // {PRESIDENTNAME} const Company *c = GetCompany((CompanyID)GetInt32(&argv)); if (c->president_name != NULL) { -- cgit v1.2.3-54-g00ecf