From 687beda478d6ae7219b1bb355b22a00e5aa61cee Mon Sep 17 00:00:00 2001 From: agrajaghh Date: Fri, 12 Jun 2015 11:16:54 +0200 Subject: [PATCH] Set ActionBar title to "Privacy" Fixes #3406 Closes #3410 // FREEBIE --- res/values/strings.xml | 3 +-- .../securesms/preferences/AppProtectionPreferenceFragment.java | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index b1e54c4b55..bcdceab9ee 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -794,7 +794,7 @@ Slow Custom Advanced - App protection + Privacy MMS User Agent Manual MMS settings Use manual MMS settings @@ -826,7 +826,6 @@ Submit debug log \'WiFi Calling\' compatibility mode Enable if your device uses SMS/MMS delivery over WiFi (only enable when \'WiFi Calling\' is enabled on your device) - Privacy Blocked contacts diff --git a/src/org/thoughtcrime/securesms/preferences/AppProtectionPreferenceFragment.java b/src/org/thoughtcrime/securesms/preferences/AppProtectionPreferenceFragment.java index a2e62cc023..4f9b53cd12 100644 --- a/src/org/thoughtcrime/securesms/preferences/AppProtectionPreferenceFragment.java +++ b/src/org/thoughtcrime/securesms/preferences/AppProtectionPreferenceFragment.java @@ -55,7 +55,7 @@ public class AppProtectionPreferenceFragment extends PreferenceFragment { @Override public void onResume() { super.onResume(); - ((ApplicationPreferencesActivity) getActivity()).getSupportActionBar().setTitle(R.string.preferences__app_protection); + ((ApplicationPreferencesActivity) getActivity()).getSupportActionBar().setTitle(R.string.preferences__privacy); initializePlatformSpecificOptions(); initializeTimeoutSummary();