Added remark

This commit is contained in:
M66B 2024-04-27 13:53:03 +02:00
parent ebc5800703
commit ee24f2b41c
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,7 @@ public class FragmentDialogContactDelete extends FragmentDialogBase {
return new AlertDialog.Builder(getContext())
.setIcon(R.drawable.twotone_warning_24)
.setTitle(getString(R.string.title_delete_contacts))
.setMessage(getString(R.string.title_delete_contacts_remark))
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {

View File

@ -1380,7 +1380,8 @@
<string name="title_delete_operation_flag">Flag operations</string>
<string name="title_delete_operation_delete">Delete operations</string>
<string name="title_delete_operation_deleted">%1$d operations deleted</string>
<string name="title_delete_contacts">Delete visible local contacts?</string>
<string name="title_delete_contacts">Delete current local contacts?</string>
<string name="title_delete_contacts_remark">Searching does not reduce the number of deleted contacts!</string>
<string name="title_no_operations">No pending operations</string>
<string name="title_check_operations">Checking for operations</string>
<string name="title_hint_operations">Deleting operations can result in disappearing messages and synchronization problems</string>