little bug fix

This commit is contained in:
giantpune 2009-09-17 13:55:21 +00:00
parent 12b45408e4
commit 90b08e9af8

View File

@ -798,7 +798,7 @@ int MenuDiscList() {
} else if (gamecntBtn.GetState() == STATE_CLICKED) {
char linebuf[150];
snprintf(linebuf, sizeof(linebuf), tr("Save Game List to %sGameList ?"), Settings.update_path);
snprintf(linebuf, sizeof(linebuf), "%s %sGameList ?",tr("Save Game List to"), Settings.update_path);
choice = WindowPrompt(0,linebuf, "txt","csv",tr("Back"));