diff options
author | Michael W <baddaemon87@gmail.com> | 2021-05-28 19:08:24 +0200 |
---|---|---|
committer | Michael W <baddaemon87@gmail.com> | 2021-05-28 19:08:24 +0200 |
commit | 0bb0059f9f08bc97a49445e14a7547cee50836ee (patch) | |
tree | 999468750a37707507de69ebe9fa6c3847824b1a /java | |
parent | d909a8733fa8ff65a90ed5138b49e214390f8cae (diff) |
Dialer: Helplines: Fix a few casing issues
Change-Id: I31c2423aee5310ae08c9295971fbe7aced1f8f9b
Diffstat (limited to 'java')
-rw-r--r-- | java/com/android/dialer/helplines/res/values/helpline_categories.xml | 20 | ||||
-rw-r--r-- | java/com/android/dialer/helplines/res/values/strings.xml | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/java/com/android/dialer/helplines/res/values/helpline_categories.xml b/java/com/android/dialer/helplines/res/values/helpline_categories.xml index 9af9015af..72dbdf947 100644 --- a/java/com/android/dialer/helplines/res/values/helpline_categories.xml +++ b/java/com/android/dialer/helplines/res/values/helpline_categories.xml @@ -25,24 +25,24 @@ <string name="helpline_category_bullying">Bullying</string> <string name="helpline_category_children">Children</string> <string name="helpline_category_crime">Crime</string> - <string name="helpline_category_crime_victims">Crime Victims</string> + <string name="helpline_category_crime_victims">Crime victims</string> <string name="helpline_category_corruption">Corruption</string> <string name="helpline_category_discrimination">Discrimination</string> - <string name="helpline_category_domestic_violence">Domestic Violence</string> + <string name="helpline_category_domestic_violence">Domestic violence</string> <string name="helpline_category_drugs">Drugs</string> - <string name="helpline_category_emotional_support">Emotional Support</string> + <string name="helpline_category_emotional_support">Emotional support</string> <string name="helpline_category_family">Family</string> <string name="helpline_category_gambling">Gambling</string> <string name="helpline_category_gender">Gender</string> <string name="helpline_category_generic">Generic</string> <string name="helpline_category_hiv">HIV</string> <string name="helpline_category_human_rights">Human rights</string> - <string name="helpline_category_human_trafficking">Human Trafficking</string> + <string name="helpline_category_human_trafficking">Human trafficking</string> <string name="helpline_category_immigration">Immigration</string> - <string name="helpline_category_legal_aid">Legal Aid</string> + <string name="helpline_category_legal_aid">Legal aid</string> <string name="helpline_category_lgbtq">LGBTQ+</string> <string name="helpline_category_men">Men</string> - <string name="helpline_category_mental_health">Mental Health</string> + <string name="helpline_category_mental_health">Mental health</string> <string name="helpline_category_missing_children">Missing children</string> <string name="helpline_category_mothers">Mothers</string> <string name="helpline_category_muslim">Muslim</string> @@ -51,12 +51,12 @@ <string name="helpline_category_psychological">Psychological</string> <string name="helpline_category_religion">Religion</string> <string name="helpline_category_senior">Seniors</string> - <string name="helpline_category_sexual_abuse">Sexual Abuse</string> - <string name="helpline_category_sexual_assault">Sexual Assault</string> - <string name="helpline_category_sexual_rights">Sexual Rights</string> + <string name="helpline_category_sexual_abuse">Sexual abuse</string> + <string name="helpline_category_sexual_assault">Sexual assault</string> + <string name="helpline_category_sexual_rights">Sexual rights</string> <string name="helpline_category_sexuality">Sexuality</string> <string name="helpline_category_soldiers">Soldiers</string> - <string name="helpline_category_suicide">Suicide Prevention</string> + <string name="helpline_category_suicide">Suicide prevention</string> <string name="helpline_category_trans">Transgender</string> <string name="helpline_category_veterans">Veterans</string> <string name="helpline_category_violence">Violence</string> diff --git a/java/com/android/dialer/helplines/res/values/strings.xml b/java/com/android/dialer/helplines/res/values/strings.xml index 6e9baa74c..04b665b2b 100644 --- a/java/com/android/dialer/helplines/res/values/strings.xml +++ b/java/com/android/dialer/helplines/res/values/strings.xml @@ -17,7 +17,7 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="helplines_name">Helplines</string> <string name="helplines_loading">Loading\u2026</string> - <string name="helplines_empty">No helplines found.\nInsert a sim card and try again</string> + <string name="helplines_empty">No helplines found.\nInsert a SIM card and try again</string> <string name="helplines_help">Help</string> <string name="helplines_help_title">These are safe to call</string> <string name="helplines_help_message">None of these numbers appear in your call history.\nYou can click any item for more information</string> @@ -26,7 +26,7 @@ <string name="helpline_button_more">More</string> - <string name="unknown_helpline_name">Unknown Organisation</string> + <string name="unknown_helpline_name">Unknown organization</string> <string name="helpline_name">Name</string> <string name="helpline_org">Organization</string> |