Small improvements

This commit is contained in:
M66B
2021-10-27 13:32:32 +02:00
parent 8ce8fd05f5
commit da166f1fae
5 changed files with 2 additions and 4 deletions

View File

@@ -458,7 +458,7 @@ public class FragmentContacts extends FragmentBase {
public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
return new AlertDialog.Builder(getContext())
.setIcon(R.drawable.twotone_warning_24)
.setMessage(getString(R.string.title_delete_contacts))
.setTitle(getString(R.string.title_delete_contacts))
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {