Apostrophe needs to be escaped using "\".
Forwarded: no Last-Update: 2018-07-03 Gbp-Pq: Name escape-apostrophe
This commit is contained in:
parent
7b6ba8c837
commit
719813c808
|
@ -366,7 +366,7 @@
|
|||
<!-- Text message in the factory reset warning dialog. This says that the the device admin app
|
||||
is missing or corrupted. As a result the device will be erased. [CHAR LIMIT=NONE]-->
|
||||
<string name="factory_reset_message">The admin app can\'t be used. Your device will now be
|
||||
erased.\n\nIf you have questions, contact your organization's admin.</string>
|
||||
erased.\n\nIf you have questions, contact your organization\'s admin.</string>
|
||||
|
||||
<!-- Display name for any time a piece of data refers to the owner of the phone. For example, this could be used in place of the phone's phone number. -->
|
||||
<string name="me">Me</string>
|
||||
|
@ -710,7 +710,7 @@
|
|||
<string name="capability_title_canCaptureFingerprintGestures">Fingerprint gestures</string>
|
||||
<!-- Description for the capability of an accessibility service to perform gestures. -->
|
||||
<string name="capability_desc_canCaptureFingerprintGestures">Can capture gestures performed on
|
||||
the device's fingerprint sensor.</string>
|
||||
the device\'s fingerprint sensor.</string>
|
||||
|
||||
<!-- Permissions -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue