diff options
Diffstat (limited to 'java/res/values-en')
-rw-r--r-- | java/res/values-en/altchars.xml (renamed from java/res/values-en/donottranslate.xml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values-en/donottranslate.xml b/java/res/values-en/altchars.xml index f5692735a..a18ef7b28 100644 --- a/java/res/values-en/donottranslate.xml +++ b/java/res/values-en/altchars.xml @@ -2,7 +2,7 @@ <!-- /* ** -** Copyright 2008, The Android Open Source Project +** Copyright 2010, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Accented forms of "e" --> - <string name="alternates_for_e">èéêë3</string> + <string name="alternates_for_e">3èéêë</string> <!-- Accented forms of "i" --> <string name="alternates_for_i">ìíîï8</string> <!-- Accented forms of "o" --> |