- 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
+1 -1
View File
@@ -326,7 +326,7 @@ void ShopItems::Render(){
mFont->SetColor(ARGB(255,255,255,255));
char c[4096];
r->FillRect(0,SCREEN_HEIGHT-17,SCREEN_WIDTH,17,ARGB(128,0,0,0));
sprintf(c, _("[]:other cards /\\:list").c_str());
sprintf(c, _("[]:other cards").c_str());
unsigned int len = 4 + mFont->GetStringWidth(c);
mFont->DrawString(c,SCREEN_WIDTH-len,SCREEN_HEIGHT-14);