summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-11-06 09:24:16 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-11-06 09:24:16 +0000
commit4c1ba959a4bc8f155f6cc49582540886f0e87845 (patch)
treeb108b245fca66a8b93690ef89c9c3474d62f6132
parent3b998400199cc5cf9b3d01c900cbf5f89c8d0002 (diff)
downloadrockbox-4c1ba959a4bc8f155f6cc49582540886f0e87845.zip
rockbox-4c1ba959a4bc8f155f6cc49582540886f0e87845.tar.gz
rockbox-4c1ba959a4bc8f155f6cc49582540886f0e87845.tar.bz2
rockbox-4c1ba959a4bc8f155f6cc49582540886f0e87845.tar.xz
Move the new pitch strings to the end of the language file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11443 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/lang/english.lang56
1 files changed, 28 insertions, 28 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 8d050a7..40d7bb7 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -9375,34 +9375,6 @@
</voice>
</phrase>
<phrase>
- id: LANG_SYSFONT_PITCH_UP_SEMITONE
- desc: in wps
- user:
- <source>
- *: "Semitone Up"
- </source>
- <dest>
- *: "Semitone Up"
- </dest>
- <voice>
- *: ""
- </voice>
-</phrase>
-<phrase>
- id: LANG_SYSFONT_PITCH_DOWN_SEMITONE
- desc: in wps
- user:
- <source>
- *: "Semitone Down"
- </source>
- <dest>
- *: "Semitone Down"
- </dest>
- <voice>
- *: ""
- </voice>
-</phrase>
-<phrase>
id: LANG_SYSFONT_F2_MODE
desc: in wps F2 pressed
user:
@@ -10032,3 +10004,31 @@
*: "Dithering"
</voice>
</phrase>
+<phrase>
+ id: LANG_SYSFONT_PITCH_UP_SEMITONE
+ desc: in wps
+ user:
+ <source>
+ *: "Semitone Up"
+ </source>
+ <dest>
+ *: "Semitone Up"
+ </dest>
+ <voice>
+ *: ""
+ </voice>
+</phrase>
+<phrase>
+ id: LANG_SYSFONT_PITCH_DOWN_SEMITONE
+ desc: in wps
+ user:
+ <source>
+ *: "Semitone Down"
+ </source>
+ <dest>
+ *: "Semitone Down"
+ </dest>
+ <voice>
+ *: ""
+ </voice>
+</phrase>