From 9351d41e5a3541037c777cb2cff1ba7a9a32545e Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 19 Oct 2009 16:01:05 +0000 Subject: Don't introduce a new string, instead reuse LANG_FAILED. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23260 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetree.c') diff --git a/apps/filetree.c b/apps/filetree.c index 2913e3f563..601e0a0b2e 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -547,7 +547,7 @@ int ft_enter(struct tree_context* c) splash(0, ID2P(LANG_WAIT)); if (lang_core_load(buf)) { - splash(HZ, ID2P(LANG_LANGUAGE_LOAD_FAILED)); + splash(HZ, ID2P(LANG_FAILED)); break; } set_file(buf, (char *)global_settings.lang_file, -- cgit v1.2.3