diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-04-01 13:41:53 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-01 13:41:53 +0000 |
| commit | de6230153e114575a20c27eaf47a903f7846ced1 (patch) | |
| tree | 48f3fcb85b56ff2989d8687632b155f5d9ba2d49 /apps | |
| parent | 67de1d3d9be8ba0c3644680f2c70ea48230270ca (diff) | |
| download | rockbox-de6230153e114575a20c27eaf47a903f7846ced1.zip rockbox-de6230153e114575a20c27eaf47a903f7846ced1.tar.gz rockbox-de6230153e114575a20c27eaf47a903f7846ced1.tar.bz2 rockbox-de6230153e114575a20c27eaf47a903f7846ced1.tar.xz | |
Missing file from .lang rework
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9399 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/screens.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c index 1fabcfc..69ccbc0 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -1052,7 +1052,7 @@ bool browse_id3(void) line = draw_id3_item(line, top, LANG_ID3_YEAR, body); gui_wps_format_time(buf, sizeof(buf), id3->length); - line = draw_id3_item(line, top, LANG_ID3_LENGHT, buf); + line = draw_id3_item(line, top, LANG_ID3_LENGTH, buf); snprintf(buf, sizeof(buf), "%d/%d", playlist_get_display_index(), playlist_amount()); |