diff options
| author | Shachar Liberman <lshachar@hotmail.com> | 2006-08-07 21:24:22 +0000 |
|---|---|---|
| committer | Shachar Liberman <lshachar@hotmail.com> | 2006-08-07 21:24:22 +0000 |
| commit | f17e5c04f30ee49b3a514b31bdad805323ce93e6 (patch) | |
| tree | 3e6335fae00c1d8023c1d7c895f1f677f0b075da /apps/tree.c | |
| parent | 5eb1e1549c24aa3ed590c5edb784796b0ecbf010 (diff) | |
| download | rockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.zip rockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.tar.gz rockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.tar.bz2 rockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.tar.xz | |
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
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c index fde4da0..7b553a5 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); |