Changed activity title to 'Manage folders'

This commit is contained in:
ByteHamster 2019-08-31 20:15:48 +02:00
parent 581937a7e3
commit ddc0f25bbb

View file

@ -83,7 +83,7 @@ public class FolderList extends K9ListActivity {
public void refreshTitle() {
runOnUiThread(new Runnable() {
public void run() {
actionBar.setTitle(R.string.folders_title);
actionBar.setTitle(R.string.folders_action);
String operation = adapter.mListener.getOperation(FolderList.this);
if (operation.length() < 1) {