little bug fix
This commit is contained in:
parent
12b45408e4
commit
90b08e9af8
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue