From 1b45b130dcee36b1f9f7965fd0b062789bb99bc0 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 19 Feb 2006 12:45:32 +0000 Subject: Use a better string for 'Canceled' splashes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8737 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 1f29e4d04d..72939e5aac 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -1452,7 +1452,7 @@ bool settings_save_config(void) break; } else { - gui_syncsplash(HZ, true, str(LANG_RESET_DONE_CANCEL)); + gui_syncsplash(HZ, true, str(LANG_MENU_SETTING_CANCEL)); return false; } } -- cgit v1.2.3