| Index: ui/android/java/res/values/strings.xml
|
| diff --git a/ui/android/java/res/values/strings.xml b/ui/android/java/res/values/strings.xml
|
| index 0ea768b42809ba12c2f6da241490f1dc75320339..850bcc5c5e6b6e520ebfd58443b46981c8129607 100644
|
| --- a/ui/android/java/res/values/strings.xml
|
| +++ b/ui/android/java/res/values/strings.xml
|
| @@ -5,11 +5,12 @@
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<resources xmlns:android="http://schemas.android.com/apk/res/android"
|
| - xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
| - <!-- Error shown when the browser is restarted due to low memory during a
|
| - file picker operation. [CHAR-LIMIT=NONE] -->
|
| - <string name="low_memory_error">Unable to complete previous operation due to low memory</string>
|
| - <!-- Toast when the browser is unable to open a file for upload. [CHAR-LIMIT=32] -->
|
| - <string name="opening_file_error">Failed to open selected file</string>
|
| -</resources>
|
| +<!-- DO NOT ADD STRINGS HERE.
|
| +
|
| + Android ui strings now live in
|
| + ui/android/java/strings/android_ui_strings.grd
|
| +
|
| + See http://www.chromium.org/developers/design-documents/ui-localization
|
| +-->
|
| +
|
| +<resources/>
|
|
|