Changed activity title to 'Manage folders'
This commit is contained in:
parent
581937a7e3
commit
ddc0f25bbb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue