SystemUI: Remove stray space at the end of a sentence.

In the interests of grammatical accuracy. Was also confusing
to the localization team.

Test: manual
Bug: 146821690
Change-Id: I1404423e29904052a899aa406adf17417be67914
This commit is contained in:
Narayan Kamath
2019-12-27 13:05:29 +00:00
parent e10e90482a
commit 1fe15700f7

View File

@@ -1146,7 +1146,7 @@
<string name="media_projection_dialog_service_text">The service providing this function will have access to all of the information that is visible on your screen or played from your device while recording or casting. This includes information such as passwords, payment details, photos, messages, and audio that you play.</string>
<!-- Media projection permission dialog warning title for system services. [CHAR LIMIT=NONE] -->
<string name="media_projection_dialog_service_title">Start recording or casting ?</string>
<string name="media_projection_dialog_service_title">Start recording or casting?</string>
<!-- Media projection permission dialog warning title. [CHAR LIMIT=NONE] -->
<string name="media_projection_dialog_title">Start recording or casting with <xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g>?</string>