diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-11-04 14:05:32 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-11-04 14:05:32 +0000 |
| commit | 7257704b45dc761b6db3f7f6924665f35c39a580 (patch) | |
| tree | 13ca8a63ce363dc4e2c87159df7dbb45f31daea2 | |
| parent | 18797f6cb9277549a6b6163578016b4482a608b2 (diff) | |
| download | rockbox-7257704b45dc761b6db3f7f6924665f35c39a580.zip rockbox-7257704b45dc761b6db3f7f6924665f35c39a580.tar.gz rockbox-7257704b45dc761b6db3f7f6924665f35c39a580.tar.bz2 rockbox-7257704b45dc761b6db3f7f6924665f35c39a580.tar.xz | |
Use the British English "Cancelled" instead of the US English "Canceled". Closes FS#6286.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11431 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/english.lang | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 4d7ca7e..f754600 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -188,10 +188,10 @@ desc: Visual confirmation of canceling a changed setting user: <source> - *: "Canceled" + *: "Cancelled" </source> <dest> - *: "Canceled" + *: "Cancelled" </dest> <voice> *: "" @@ -918,10 +918,10 @@ desc: Visual confirmation of cancelation user: <source> - *: "Canceled" + *: "Cancelled" </source> <dest> - *: "Canceled" + *: "Cancelled" </dest> <voice> *: "" |