From 946c348e5c09da1f662487f9c5594cc7d4c72b9f Mon Sep 17 00:00:00 2001 From: Purling Nayuki Date: Fri, 17 Jan 2014 00:08:37 +0800 Subject: Fix incorrect language string reference in eq_menu.c In most of the translations strings with SYSFONT in title is translated. This leads to displaying problem in (at least) graphical equalizer due to the lack of non-latin character support in the built-in font. Change-Id: I0d27a5358e4eb539d4247c84975d8501d7668836 Reviewed-on: http://gerrit.rockbox.org/727 Reviewed-by: Thomas Martitz --- apps/menus/eq_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus/eq_menu.c') diff --git a/apps/menus/eq_menu.c b/apps/menus/eq_menu.c index 63df6bee15..b9da3449a6 100644 --- a/apps/menus/eq_menu.c +++ b/apps/menus/eq_menu.c @@ -647,7 +647,7 @@ bool eq_menu_graphical(void) max = EQ_Q_MAX; snprintf(buf, sizeof(buf), str(LANG_SYSFONT_EQUALIZER_EDIT_MODE), - str(LANG_EQUALIZER_BAND_Q), ""); + str(LANG_SYSFONT_EQUALIZER_BAND_Q), ""); screens[i].putsxy(0, 0, buf); } -- cgit v1.2.3