diff options
author | 2020-07-22 20:56:25 -0700 | |
---|---|---|
committer | 2020-07-31 11:28:59 -0700 | |
commit | 0c549e742426431ba9fdcca57d0724224bf13ae2 (patch) | |
tree | 37982b235622b3fb46257f1d910fb01bf3b914f8 /tools/make-keyboard-text | |
parent | 9490b1b92f06c83d9d596833ef4d38de10b8ef4b (diff) | |
download | latinime-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.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]; } |