diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2008-12-21 17:38:14 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2008-12-21 17:38:14 +0000 |
| commit | caecd934db2139df54f58d123efe5a34376b0777 (patch) | |
| tree | d98f9774fea249880fdfdea3cfe1cf8ca541031c | |
| parent | e46266c767409acfdb13be0c17d399bebd3ec41e (diff) | |
| download | rockbox-caecd934db2139df54f58d123efe5a34376b0777.zip rockbox-caecd934db2139df54f58d123efe5a34376b0777.tar.gz rockbox-caecd934db2139df54f58d123efe5a34376b0777.tar.bz2 rockbox-caecd934db2139df54f58d123efe5a34376b0777.tar.xz | |
Some more fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19544 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/korean.lang | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang index a8e735b..cbc69ae 100644 --- a/apps/lang/korean.lang +++ b/apps/lang/korean.lang @@ -4930,11 +4930,11 @@ </source> <dest> *: none - lcd_color: "" + lcd_color: "RGB" </dest> <voice> *: none - lcd_color: "" + lcd_color: "RGB" </voice> </phrase> <phrase> @@ -4947,7 +4947,7 @@ </source> <dest> *: none - lcd_color: "" + lcd_color: "RGB Code: %02X%02X%02X" </dest> <voice> *: none @@ -10571,20 +10571,6 @@ </voice> </phrase> <phrase> - id: LANG_SKIP_LENGTH - desc: playback settings menu - user: - <source> - *: "Skip Length" - </source> - <dest> - *: "" - </dest> - <voice> - *: "" - </voice> -</phrase> -<phrase> id: VOICE_AM desc: spoken only, for wall clock announce user: |