aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-09-05 17:23:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-05 17:23:45 +0000
commit8b7ed7f6c65f2f577d1c4e83624a6ca9d7290c25 (patch)
treebc1be60484d9c105ef1c02ae28082c2196a08a14 /java/src/com/android/inputmethod/latin/debug/ExternalDictionaryGetterForDebug.java
parent6e259d560e68efdc088d7c052fb2061ffdbbe508 (diff)
parent079f9c3f5ae7b2f7926321522b6020affd422b52 (diff)
downloadlatinime-8b7ed7f6c65f2f577d1c4e83624a6ca9d7290c25.tar.gz
latinime-8b7ed7f6c65f2f577d1c4e83624a6ca9d7290c25.tar.xz
latinime-8b7ed7f6c65f2f577d1c4e83624a6ca9d7290c25.zip
am 079f9c3f: am 1b430219: am 6888ec00: Merge "Create donottranslate debug settings string resources file" into lmp-dev
* commit '079f9c3f5ae7b2f7926321522b6020affd422b52': 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.java2
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