diff options
author | 2013-01-21 01:29:26 -0800 | |
---|---|---|
committer | 2013-01-21 01:29:26 -0800 | |
commit | e7ef116f11ffbfd965f85f26810d61f46483ec59 (patch) | |
tree | 8012311a3ba8b4c8b7ebff39bdad20821cfc8663 /java/res | |
parent | 2f6f5b8a8c50a8df4a6dd5abac205299448f0bef (diff) | |
parent | b56260b8917233a902c8cce45364850afc0b99b2 (diff) | |
download | latinime-e7ef116f11ffbfd965f85f26810d61f46483ec59.tar.gz latinime-e7ef116f11ffbfd965f85f26810d61f46483ec59.tar.xz latinime-e7ef116f11ffbfd965f85f26810d61f46483ec59.zip |
am b56260b8: [AD4] Actually copy the file in place.
* commit 'b56260b8917233a902c8cce45364850afc0b99b2':
[AD4] Actually copy the file in place.
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 12ffdbb52..54ff23b1a 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -383,6 +383,8 @@ <string name="read_external_dictionary_multiple_files_title">Select a dictionary file to install</string> <!-- Title of the confirmation dialog to install a file as an external dictionary [CHAR LIMIT=50] --> <string name="read_external_dictionary_confirm_install_message">Really install this file for <xliff:g id="locale_name">%s</xliff:g>?</string> + <!-- Title for an error dialog that contains the details of the error in the body [CHAR LIMIT=80] --> + <string name="error">There was an error</string> <!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] --> <string name="button_default">Default</string> |