From f17e5c04f30ee49b3a514b31bdad805323ce93e6 Mon Sep 17 00:00:00 2001 From: Shachar Liberman Date: Mon, 7 Aug 2006 21:24:22 +0000 Subject: FS#5587 Non-latin languages support update. Translators:Please change the 48 new LANG_SYSFONT_ strings at the end of your language file if they don't fit nicely with rockbox's internal font. (for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages) Developers:Please keep using LANG_SYSFONT strings when reffering to the internal font. * Hebrew update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index fde4da0e04..7b553a5960 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -357,9 +357,9 @@ static int update_dir(void) #ifdef HAS_BUTTONBAR if (global_settings.buttonbar) { if (*tc.dirfilter < NUM_FILTER_MODES) - gui_buttonbar_set(&tree_buttonbar, str(LANG_DIRBROWSE_F1), - str(LANG_DIRBROWSE_F2), - str(LANG_DIRBROWSE_F3)); + gui_buttonbar_set(&tree_buttonbar, str(LANG_SYSFONT_DIRBROWSE_F1), + str(LANG_SYSFONT_DIRBROWSE_F2), + str(LANG_SYSFONT_DIRBROWSE_F3)); else gui_buttonbar_set(&tree_buttonbar, "<<<", "", ""); gui_buttonbar_draw(&tree_buttonbar); -- cgit v1.2.3