Skip to content

Commit

Permalink
Update incognito keyboard string
Browse files Browse the repository at this point in the history
Fixes signalapp#7037
// FREEBIE
  • Loading branch information
moxie0 committed Oct 4, 2017
1 parent 4ebf975 commit 677c773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1289,9 +1289,9 @@
<string name="preferences__support_wifi_calling">\'WiFi Calling\' compatibility mode</string>
<string name="preferences__enable_if_your_device_supports_sms_mms_delivery_over_wifi">Enable if your device uses SMS/MMS delivery over WiFi (only enable when \'WiFi Calling\' is enabled on your device)</string>
<string name="preferences__incognito_keyboard">Incognito keyboard</string>
<string name="preferences__use_keyboard_without_suggestions_or_auto_correct">Use keyboard without suggestions or auto-correct</string>
<string name="preferences__read_receipts">Read receipts</string>
<string name="preferences__if_read_receipts_are_disabled_you_wont_be_able_to_see_read_receipts">If read receipts are disabled, you won\'t be able to see read receipts from others.</string>
<string name="preferences__request_keyboard_to_disable_personalized_learning"/>
<string name="preferences_app_protection__blocked_contacts">Blocked contacts</string>
<string name="preferences_app_protection__safety_numbers_approval">Safety numbers approval</string>
<string name="preferences_app_protecting__require_approval_of_new_safety_numbers_when_they_change">Require approval of new safety numbers when they change</string>
Expand Down
2 changes: 1 addition & 1 deletion res/xml/preferences_app_protection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:defaultValue="false"
android:key="pref_incognito_keyboard"
android:title="@string/preferences__incognito_keyboard"
android:summary="@string/preferences__use_keyboard_without_suggestions_or_auto_correct"/>
android:summary="@string/preferences__request_keyboard_to_disable_personalized_learning"/>
</PreferenceCategory>

<PreferenceCategory android:layout="@layout/preference_divider"/>
Expand Down

0 comments on commit 677c773

Please sign in to comment.