translate="false" -> translatable="false"
Fixed a typo related to String translation Bug: 142888682 Test: Manual Change-Id: I75f1ce67492f54bdfdf859b283d5095909cc63f5
This commit is contained in:
committed by
SongFerngWang
parent
90a84e26bd
commit
c2d63dc5e9
@@ -436,13 +436,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>
|
||||
|
||||
Reference in New Issue
Block a user