Update wording

This commit is contained in:
Benoit Marty 2019-09-05 15:23:38 +02:00
parent eec2abf164
commit e89ba7b87b
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<resources>

<!-- Strings not defined in Riot -->
<string name="labs_allow_extended_logging">Help developers by allowing extended logging.</string>
<string name="labs_allow_extended_logging">Enable verbose logs.</string>
<string name="labs_allow_extended_logging_summary">Verbose logs will help developers by providing more logs when you send a RageShake. Even when enabled, the application does not log message contents or any other private data.</string>

</resources>

View File

@ -49,6 +49,7 @@
<im.vector.riotx.core.preference.VectorSwitchPreference
android:defaultValue="false"
android:key="SETTINGS_LABS_ALLOW_EXTENDED_LOGS"
android:summary="@string/labs_allow_extended_logging_summary"
android:title="@string/labs_allow_extended_logging" />

<!--</im.vector.riotx.core.preference.VectorPreferenceCategory>-->