Fix missing dot in the remove language confirmation message

Bug: 27709559
Change-Id: Ie0f4ecf01578a1f6317b058dfed288dcbfa28d92
This commit is contained in:
Mihai Nita
2016-03-30 14:55:30 -07:00
parent a9537a57d5
commit 632a311c35

View File

@@ -538,7 +538,7 @@
</plurals>
<!-- The text of the confirmation dialog shown when the user selects several languages and tries to remove them [CHAR LIMIT=NONE] -->
<string name="dlg_remove_locales_message">Text will be displayed in another language</string>
<string name="dlg_remove_locales_message">Text will be displayed in another language.</string>
<!-- The title of the error dialog shown when the user selects all the languages and tries to remove them [CHAR LIMIT=60] -->
<string name="dlg_remove_locales_error_title">Cant remove all languages</string>