diff options
| author | Alexander Levin <al.le@rockbox.org> | 2011-02-10 20:55:39 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2011-02-10 20:55:39 +0000 |
| commit | 82a8ad643a904e7d0fc9ac0c403627b41f192dab (patch) | |
| tree | c56661173fefc68026bf89220c7d1a4a10514f7b | |
| parent | 57ca48458f3b4040c2f4226deda61272c81ab417 (diff) | |
| download | rockbox-82a8ad643a904e7d0fc9ac0c403627b41f192dab.zip rockbox-82a8ad643a904e7d0fc9ac0c403627b41f192dab.tar.gz rockbox-82a8ad643a904e7d0fc9ac0c403627b41f192dab.tar.bz2 rockbox-82a8ad643a904e7d0fc9ac0c403627b41f192dab.tar.xz | |
Fix a couple of typos in the comment in english.lang. Whether the comment is correct is another question which is not the subject of this commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29278 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index df92d82..30fb003 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -25,13 +25,13 @@ # If you want to add a new string, add it to the end of this file! # Removing strings will break the numbering of strings in binary lang files and # voice files so instead of removing a unused <phrase>, change the desc field -# to deprecated and either blank the strings or change them to -# deprecated (whout quotes) and do *not* change the targets. +# to "deprecated" (without quotes) and either blank the strings or change them to +# "deprecated" (without quotes) and do *not* change the targets. # # If you re-order things or remove entries, you must bump the binary language # file version number in both the 'genlang' tool and the language loader code. # -# The "voice' entry contains how we want the speech UI to pronounce the phrase. +# The "voice" entry contains how we want the speech UI to pronounce the phrase. # # Since this file is both the master for the language system, as well as the # source for generating english strings, make sure that all <source> strings |