Changed title of settings activity to 'Settings'
authorDavid A. Velasco <dvelasco@solidgear.es>
Tue, 9 Sep 2014 12:50:53 +0000 (14:50 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Tue, 9 Sep 2014 12:50:53 +0000 (14:50 +0200)
src/com/owncloud/android/ui/activity/Preferences.java

index be4fa23..e726efa 100644 (file)
@@ -88,6 +88,7 @@ public class Preferences extends SherlockPreferenceActivity implements AccountMa
         ActionBar actionBar = getSherlock().getActionBar();
         actionBar.setIcon(DisplayUtils.getSeasonalIconId());
         actionBar.setDisplayHomeAsUpEnabled(true);
         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");
         
         // Load the accounts category for adding the list of accounts
         mAccountsPrefCategory = (PreferenceCategory) findPreference("accounts_category");