From 90b08e9af86cc6c1b5dd93a05b666266d72d982c Mon Sep 17 00:00:00 2001 From: giantpune Date: Thu, 17 Sep 2009 13:55:21 +0000 Subject: [PATCH] little bug fix --- source/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/menu.cpp b/source/menu.cpp index 6cfcd6b3..a00150b2 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -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"));