- Fixing some language issues + fr update
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-16 11:55:18 +00:00
parent a2205c013a
commit 76ae493b7a
4 changed files with 24 additions and 12 deletions

View File

@@ -98,7 +98,7 @@ void GameStateDuel::Start()
}
if (decksneeded){
deckmenu->Add(-1,"Create your Deck!","Highly recommended to get\nthe full Wagic experience!");
deckmenu->Add(-1,_("Create your Deck!").c_str(),"Highly recommended to get\nthe full Wagic experience!");
premadeDeck = true;
fillDeckMenu(deckmenu,RESPATH"/player/premade");
}