Changed title

pull/212/head
M66B 3 years ago
parent 8836c85a34
commit 73b5309e51

@ -2138,7 +2138,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
private void onMenuRulesFolder(Bundle args) { private void onMenuRulesFolder(Bundle args) {
args.putInt("icon", R.drawable.twotone_filter_alt_24); args.putInt("icon", R.drawable.twotone_filter_alt_24);
args.putString("title", getString(R.string.title_select_folder)); args.putString("title", getString(R.string.title_select));
args.putLongArray("disabled", new long[0]); args.putLongArray("disabled", new long[0]);
FragmentDialogFolder fragment = new FragmentDialogFolder(); FragmentDialogFolder fragment = new FragmentDialogFolder();

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

@ -1210,8 +1210,6 @@
<string name="title_empty_spam">Empty spam</string> <string name="title_empty_spam">Empty spam</string>
<string name="title_edit_properties">Edit properties</string> <string name="title_edit_properties">Edit properties</string>
<string name="title_edit_rules">Edit rules</string> <string name="title_edit_rules">Edit rules</string>
<string name="title_select_account">Select account</string>
<string name="title_select_folder">Select folder</string>
<string name="title_execute_rules">Execute rules</string> <string name="title_execute_rules">Execute rules</string>
<string name="title_export_messages">Export messages</string> <string name="title_export_messages">Export messages</string>
<string name="title_create_channel">Create notification channel</string> <string name="title_create_channel">Create notification channel</string>

Loading…
Cancel
Save