diff options
author | 2014-09-05 15:37:02 +0000 | |
---|---|---|
committer | 2014-09-05 15:37:02 +0000 | |
commit | 1b43021949be0cdd3b0c0ab64672364a680a6c68 (patch) | |
tree | de3d9dd0eeb6b0ab9004f5b33e7b87d33b35dd05 /java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java | |
parent | c7b8858ec1b3b0c4f09a3f55281a3aaa9f97c58d (diff) | |
parent | 6888ec009951ffd900c04a0ad179a94d47eca03c (diff) | |
download | latinime-1b43021949be0cdd3b0c0ab64672364a680a6c68.tar.gz latinime-1b43021949be0cdd3b0c0ab64672364a680a6c68.tar.xz latinime-1b43021949be0cdd3b0c0ab64672364a680a6c68.zip |
am 6888ec00: Merge "Create donottranslate debug settings string resources file" into lmp-dev
* commit '6888ec009951ffd900c04a0ad179a94d47eca03c':
Create donottranslate debug settings string resources file
Diffstat (limited to 'java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java b/java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java index 7071d8689..a87785b1a 100644 --- a/java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java +++ b/java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java @@ -168,7 +168,7 @@ public class ExternalDictionaryGetterForDebug { } catch (IOException e) { // There was an error: show a dialog new AlertDialog.Builder(DialogUtils.getPlatformDialogThemeContext(context)) - .setTitle(R.string.error) + .setTitle(R.string.read_external_dictionary_error) .setMessage(e.toString()) .setPositiveButton(android.R.string.ok, new OnClickListener() { @Override |