-translation updates (including fr.txt)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-05 09:06:51 +00:00
parent 810e1edec2
commit d8ac4a49b1
14 changed files with 61 additions and 43 deletions

View File

@@ -36,9 +36,9 @@ void OptionItem::Render(){
char buf[512];
if (maxValue == 1){
if (value){
sprintf(buf, "yes");
sprintf(buf, _("Yes").c_str());
}else{
sprintf(buf,"no");
sprintf(buf,_("No").c_str());
}
}else{
sprintf(buf, "%i", value);