Select account/folder

This commit is contained in:
M66B
2023-03-06 12:33:28 +01:00
parent 6137988040
commit 8681f7f08a
3 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
return new AlertDialog.Builder(context)
.setIcon(R.drawable.twotone_account_circle_24)
.setTitle(R.string.title_list_accounts)
.setTitle(R.string.title_select_account)
.setAdapter(adapter, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {