Be consistent about strings being capitalized

These strings aren't completely wrong being all lowercase, but better be
consistent.
This commit is contained in:
Daniel Martí 2015-09-30 13:45:03 -07:00
parent be1b68153f
commit 998d99eee0

View File

@ -270,9 +270,9 @@
<string name="system_install_post_fail">Installation of F-Droid Privileged Extension failed</string> <string name="system_install_post_fail">Installation of F-Droid Privileged Extension failed</string>
<string name="system_install_post_success_message">F-Droid Privileged Extension has been successfully installed. This allows F-Droid to install, upgrade and uninstall apps on its own.</string> <string name="system_install_post_success_message">F-Droid Privileged Extension has been successfully installed. This allows F-Droid to install, upgrade and uninstall apps on its own.</string>
<string name="system_install_post_fail_message">The installation of F-Droid Privileged Extension has failed. The installation method is not supported by all Android distributions, please consult the F-Droid bug tracker for more information.</string> <string name="system_install_post_fail_message">The installation of F-Droid Privileged Extension has failed. The installation method is not supported by all Android distributions, please consult the F-Droid bug tracker for more information.</string>
<string name="system_install_installing">installing…</string> <string name="system_install_installing">Installing…</string>
<string name="system_install_installing_rebooting">installing and rebooting…</string> <string name="system_install_installing_rebooting">Installing and rebooting…</string>
<string name="system_install_uninstalling">uninstalling…</string> <string name="system_install_uninstalling">Uninstalling…</string>
<string name="system_install_question">Do you want to install F-Droid Privileged Extension?</string> <string name="system_install_question">Do you want to install F-Droid Privileged Extension?</string>
<string name="system_install_warning">This takes up to 10 seconds.</string> <string name="system_install_warning">This takes up to 10 seconds.</string>
<string name="system_install_warning_lollipop">This takes up to 10 seconds and the device will be &lt;b>rebooted&lt;/b> afterwards.</string> <string name="system_install_warning_lollipop">This takes up to 10 seconds and the device will be &lt;b>rebooted&lt;/b> afterwards.</string>