diff options
author | 2020-07-31 20:40:28 +0000 | |
---|---|---|
committer | 2020-07-31 20:40:28 +0000 | |
commit | b01f678ca850d970f1bd47fd7e4a6aeacd72f3af (patch) | |
tree | 37982b235622b3fb46257f1d910fb01bf3b914f8 /tools/make-keyboard-text | |
parent | 9490b1b92f06c83d9d596833ef4d38de10b8ef4b (diff) | |
parent | 0c549e742426431ba9fdcca57d0724224bf13ae2 (diff) | |
download | latinime-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.tmpl | 2 |
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]; } |