diff options
author | 2014-09-05 17:36:13 +0000 | |
---|---|---|
committer | 2014-09-05 17:36:13 +0000 | |
commit | 9e03768ad8a01c34c77c4feb335fb435a4fd1dee (patch) | |
tree | 91e7d23840293a0b471bc49a62b928b54f6ed352 /java/src | |
parent | cd61c4b8089043340cc0252b633fb133996db6cb (diff) | |
parent | 8b7ed7f6c65f2f577d1c4e83624a6ca9d7290c25 (diff) | |
download | latinime-9e03768ad8a01c34c77c4feb335fb435a4fd1dee.tar.gz latinime-9e03768ad8a01c34c77c4feb335fb435a4fd1dee.tar.xz latinime-9e03768ad8a01c34c77c4feb335fb435a4fd1dee.zip |
am 8b7ed7f6: am 079f9c3f: am 1b430219: am 6888ec00: Merge "Create donottranslate debug settings string resources file" into lmp-dev
* commit '8b7ed7f6c65f2f577d1c4e83624a6ca9d7290c25':
Create donottranslate debug settings string resources file
Diffstat (limited to 'java/src')
-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 |