summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-09-17 22:10:35 +0300
committerMichael Bestas <mikeioannina@gmail.com>2014-09-17 22:10:35 +0300
commit89e5fd6f6de3ade02a8f9a5207ade33b8684800b (patch)
tree6f4f2cf1a7b39d048e87f428af78cdb406328f14
parent8d79d3d0deffc9a6e0dabd5345cfd29fe8d1f6b7 (diff)
downloadandroid_packages_apps_ContactsCommon-89e5fd6f6de3ade02a8f9a5207ade33b8684800b.tar.gz
android_packages_apps_ContactsCommon-89e5fd6f6de3ade02a8f9a5207ade33b8684800b.tar.bz2
android_packages_apps_ContactsCommon-89e5fd6f6de3ade02a8f9a5207ade33b8684800b.zip
Cleanup newlines in strings
* These look bad in crowdin, strings should be single-line Change-Id: Ia17e7485a11f14df76fce4ba74721be42b78ab40
-rw-r--r--res/values/cm_strings.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index b3f164cf..9084aa6e 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -69,17 +69,13 @@
<string name="deleteConfirmation">This contact will be deleted.</string>
<!-- Warning dialog contents after users selects to delete a contact. -->
- <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple
- accounts. Information from read-only accounts will be hidden in your contacts lists,
- not deleted.</string>
+ <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple accounts. Information from read-only accounts will be hidden in your contacts lists, not deleted.</string>
<!-- Warning dialog contents after users selects to delete a ReadOnly contact-->
- <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts,
- but you can hide them in your contacts lists.</string>
+ <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts, but you can hide them in your contacts lists.</string>
<!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
- <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information
- from multiple accounts.</string>
+ <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
<string name="copy_done">The contact was copied successfully</string>
<string name="copy_failure">Copying the contact failed</string>