feat: extracting QR related strings and other github mentioned strings

This commit is contained in:
Harris
2021-06-16 16:05:08 +10:00
parent de45ec584d
commit 5ce28f976b
4 changed files with 14 additions and 11 deletions

View File

@@ -26,8 +26,8 @@
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:dependency="pref_key_enable_notifications"
android:key="pref_key_use_fcm"
android:title="Use Fast Mode"
android:summary="Youll be notified of new messages reliably and immediately using Googles notification servers."
android:title="@string/preferences_notifications_strategy_category_fast_mode_title"
android:summary="@string/preferences_notifications_strategy_category_fast_mode_summary"
android:defaultValue="false" />
</PreferenceCategory>