aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-09-05 15:36:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-05 15:36:06 +0000
commit1a6651f63603fab3b92029cd3eb3c1e818bdf5f4 (patch)
treede3d9dd0eeb6b0ab9004f5b33e7b87d33b35dd05 /java/src
parent7f8501867e488c2936366c2db2a48d2c6f200de3 (diff)
parent6888ec009951ffd900c04a0ad179a94d47eca03c (diff)
downloadlatinime-1a6651f63603fab3b92029cd3eb3c1e818bdf5f4.tar.gz
latinime-1a6651f63603fab3b92029cd3eb3c1e818bdf5f4.tar.xz
latinime-1a6651f63603fab3b92029cd3eb3c1e818bdf5f4.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')
-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