strings: Avoid using camel case

Change-Id: I0365a381f4c2f28d3d61b4f90c66af9e557a50d2
This commit is contained in:
Michael Bestas 2020-11-25 21:12:12 +02:00 committed by Chirayu Desai
parent 34dcc083d4
commit 4906a00786

View file

@ -91,12 +91,12 @@
<!-- App Backup and Restore State --> <!-- App Backup and Restore State -->
<string name="backup_section_system">System Apps</string> <string name="backup_section_system">System apps</string>
<string name="backup_sms">SMS text messages</string> <string name="backup_sms">SMS text messages</string>
<string name="backup_settings">Device settings</string> <string name="backup_settings">Device settings</string>
<string name="backup_call_log">Call history</string> <string name="backup_call_log">Call history</string>
<string name="backup_contacts">Local contacts</string> <string name="backup_contacts">Local contacts</string>
<string name="backup_section_user">Installed Apps</string> <string name="backup_section_user">Installed apps</string>
<!-- This text gets shown for apps that the OS did not try to backup for whatever reason e.g. no backup was run yet --> <!-- This text gets shown for apps that the OS did not try to backup for whatever reason e.g. no backup was run yet -->
<string name="backup_app_not_yet_backed_up">Waiting to back up…</string> <string name="backup_app_not_yet_backed_up">Waiting to back up…</string>
<string name="restore_app_not_yet_backed_up">Was not yet backed up</string> <string name="restore_app_not_yet_backed_up">Was not yet backed up</string>