Fixed auto download settings title

This commit is contained in:
ByteHamster 2019-11-13 10:52:06 +01:00
parent 19a6f613e9
commit ba7d411c9c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class AutoDownloadPreferencesFragment extends PreferenceFragmentCompat {
@Override
public void onStart() {
super.onStart();
((PreferenceActivity) getActivity()).getSupportActionBar().setTitle(R.string.auto_download_label);
((PreferenceActivity) getActivity()).getSupportActionBar().setTitle(R.string.pref_automatic_download_title);
}
@Override