german languagefile is now up to date; cleaned up the english one a bit ( order )

This commit is contained in:
Titus Tscharntke 2011-01-02 00:28:13 +00:00
parent 23f9d29769
commit 67be9b7b40
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ MenuStateMasterserver::MenuStateMasterserver(Program *program, MainMenu *mainMen
ircOnlinePeopleLabel.registerGraphicComponent(containerName,"ircOnlinePeopleLabel");
ircOnlinePeopleLabel.init(userButtonsXBase,userButtonsYBase+userButtonsLineHeight);
ircOnlinePeopleLabel.setText("IRC People Online:");
ircOnlinePeopleLabel.setText(lang.get("IRCPeopleOnline"));
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);