diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2008-01-22 08:24:38 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2008-01-22 08:24:38 +0000 |
| commit | 2df3f38da69c96a41a8262a4953d162a8caf1077 (patch) | |
| tree | b2ddace095b7dbe3dbc985d15e6caf533b11bba5 | |
| parent | 73afc47c05aee495953b00b70d4dc68ae5e63a8f (diff) | |
| download | rockbox-2df3f38da69c96a41a8262a4953d162a8caf1077.zip rockbox-2df3f38da69c96a41a8262a4953d162a8caf1077.tar.gz rockbox-2df3f38da69c96a41a8262a4953d162a8caf1077.tar.bz2 rockbox-2df3f38da69c96a41a8262a4953d162a8caf1077.tar.xz | |
FS#8495 by Harry Tu - fix bad spelling in english.lang
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16140 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index a51291a..1c0cd8d 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -33,7 +33,7 @@ # other string matches for the particular model you build the language for. If # you want a particular string for the iriver h300 series you'd write it like: # h300: "h300-specific string" (below the default line). If your string isn't -# used for all targets set the default to none like: *: none (no qoutes!) this +# used for all targets set the default to none like: *: none (no quotes!) this # will not include the string for target that will not need it, see # apps/features.txt for available categories that can be used instead of the # target name, for example: swcodec: "swcodec-specific string". |