aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-keyboard-text
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2020-07-22 20:56:25 -0700
committerSeigo Nonaka <nona@google.com>2020-07-31 11:28:59 -0700
commit0c549e742426431ba9fdcca57d0724224bf13ae2 (patch)
tree37982b235622b3fb46257f1d910fb01bf3b914f8 /tools/make-keyboard-text
parent9490b1b92f06c83d9d596833ef4d38de10b8ef4b (diff)
downloadlatinime-0c549e742426431ba9fdcca57d0724224bf13ae2.tar.gz
latinime-0c549e742426431ba9fdcca57d0724224bf13ae2.tar.xz
latinime-0c549e742426431ba9fdcca57d0724224bf13ae2.zip
Update language to comply with Android’s inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: tapas LatinIME && m Change-Id: Ic06f948c023a091e1532db826a78dd01031d7205
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r--tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl b/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
index 6a7469ccb..5855129c5 100644
--- a/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
+++ b/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/KeyboardTextsTable.tmpl
@@ -60,7 +60,7 @@ public final class KeyboardTextsTable {
if (text != null) {
return text;
}
- // Sanity check.
+ // Validity check.
if (index >= 0 && index < TEXTS_DEFAULT.length) {
return TEXTS_DEFAULT[index];
}