aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-keyboard-text
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-31 20:40:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-31 20:40:28 +0000
commitb01f678ca850d970f1bd47fd7e4a6aeacd72f3af (patch)
tree37982b235622b3fb46257f1d910fb01bf3b914f8 /tools/make-keyboard-text
parent9490b1b92f06c83d9d596833ef4d38de10b8ef4b (diff)
parent0c549e742426431ba9fdcca57d0724224bf13ae2 (diff)
downloadlatinime-b01f678ca850d970f1bd47fd7e4a6aeacd72f3af.tar.gz
latinime-b01f678ca850d970f1bd47fd7e4a6aeacd72f3af.tar.xz
latinime-b01f678ca850d970f1bd47fd7e4a6aeacd72f3af.zip
Merge "Update language to comply with Android’s inclusive language guidance"
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];
}