mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
little bug fix
This commit is contained in:
parent
12b45408e4
commit
90b08e9af8
@ -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…
Reference in New Issue
Block a user