diff options
| author | 2019-10-21 09:19:03 -0700 | |
|---|---|---|
| committer | 2019-10-21 09:19:03 -0700 | |
| commit | d5cb604a811b8ab9ce701c702ac2649df66e4e54 (patch) | |
| tree | e37f824c3215ac936dd58d2e69ff515de0c76c1d | |
| parent | 5542cc7aa27d8b8bea7dfb487bb65f0a88ba07d1 (diff) | |
| parent | 37c6b9d646bed21f440a2853c19f0f270da042e5 (diff) | |
Merge "translate="false" -> translatable="false"" am: dd87b30266 am: 2225dc01d4
am: 37c6b9d646
Change-Id: I376f320659cc71fd0be58bf027f0546dca3f612a
| -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 6ffea1be32ef..d58f83fb8a3b 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -438,16 +438,16 @@ <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 5Ge with HTML styling. DO NOT TRANSLATE [CHAR LIMIT=NONE] --> <string name="data_connection_5ge_html" translate="false"> <i>5G <small>E</small></i> </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> |