diff options
| author | 2019-10-21 08:57:02 -0700 | |
|---|---|---|
| committer | 2019-10-21 08:57:02 -0700 | |
| commit | 2225dc01d49776effcc02a466cb10e22ba034af0 (patch) | |
| tree | f36136a1386c04069bd6df242a9bf4619a76ef5e | |
| parent | d8891ccab7e027b69b2462a098dfa5528577869b (diff) | |
| parent | dd87b30266723e7cd216d3646b9e9a081b930956 (diff) | |
Merge "translate="false" -> translatable="false""
am: dd87b30266
Change-Id: Ie1ea3ee801339639c131e5cb89b3024d13c4b24c
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 7feacb469f81..186d0de4ef3a 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -438,13 +438,13 @@ <string name="data_connection_lte_plus">LTE+</string> <!-- Content description of the data connection type 5Ge. [CHAR LIMIT=NONE] --> - <string name="data_connection_5ge" translate="false">5Ge</string> + <string name="data_connection_5ge" translatable="false">5Ge</string> <!-- Content description of the data connection type 5G. [CHAR LIMIT=NONE] --> - <string name="data_connection_5g" translate="false">5G</string> + <string name="data_connection_5g" translatable="false">5G</string> <!-- Content description of the data connection type 5G+. [CHAR LIMIT=NONE] --> - <string name="data_connection_5g_plus" translate="false">5G+</string> + <string name="data_connection_5g_plus" translatable="false">5G+</string> <!-- Content description of the data connection type CDMA. [CHAR LIMIT=NONE] --> <string name="data_connection_cdma">1X</string> |