- fixed incirrect language string

This commit is contained in:
Mark Vejvoda 2011-03-25 23:52:36 +00:00
parent 07391af2f6
commit ff02c552ea
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ void MenuStateMods::render() {
for(std::map<string,pair<int,string> >::iterator iterMap = fileFTPProgressList.begin(); for(std::map<string,pair<int,string> >::iterator iterMap = fileFTPProgressList.begin();
iterMap != fileFTPProgressList.end(); ++iterMap) { iterMap != fileFTPProgressList.end(); ++iterMap) {
string progressLabelPrefix = lang.get("Downloading") + " " + iterMap->first + " "; string progressLabelPrefix = lang.get("ModDownloading") + " " + iterMap->first + " ";
//if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\nRendering file progress with the following prefix [%s]\n",progressLabelPrefix.c_str()); //if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\nRendering file progress with the following prefix [%s]\n",progressLabelPrefix.c_str());
renderer.renderProgressBar( renderer.renderProgressBar(