From: David A. Velasco Date: Tue, 9 Sep 2014 12:50:53 +0000 (+0200) Subject: Changed title of settings activity to 'Settings' X-Git-Tag: oc-android-1.7.0_signed~192^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f1fdfecb82067596c1a22b8b7977dfce0cadcb3d?hp=--cc Changed title of settings activity to 'Settings' --- f1fdfecb82067596c1a22b8b7977dfce0cadcb3d diff --git a/src/com/owncloud/android/ui/activity/Preferences.java b/src/com/owncloud/android/ui/activity/Preferences.java index be4fa235..e726efad 100644 --- a/src/com/owncloud/android/ui/activity/Preferences.java +++ b/src/com/owncloud/android/ui/activity/Preferences.java @@ -88,6 +88,7 @@ public class Preferences extends SherlockPreferenceActivity implements AccountMa ActionBar actionBar = getSherlock().getActionBar(); actionBar.setIcon(DisplayUtils.getSeasonalIconId()); actionBar.setDisplayHomeAsUpEnabled(true); + actionBar.setTitle(R.string.actionbar_settings); // Load the accounts category for adding the list of accounts mAccountsPrefCategory = (PreferenceCategory) findPreference("accounts_category");