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
This commit is contained in:
parent
57ca48458f
commit
82a8ad643a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue