Improved delete message for contacts

This commit is contained in:
Sylvain Berfini 2018-11-29 12:06:38 +01:00
parent 77878920fb
commit f46fc361bc
2 changed files with 2 additions and 0 deletions

View file

@ -70,6 +70,7 @@ public class ContactsListFragment extends Fragment implements OnItemClickListene
View view = inflater.inflate(R.layout.contacts_list, container, false);
mContext = getActivity().getApplicationContext();
mSelectionHelper = new SelectableHelper(view, this);
mSelectionHelper.setDialogMessage(R.string.delete_contacts_text);
if (getArguments() != null) {
editOnClick = getArguments().getBoolean("EditOnClick");

View file

@ -59,6 +59,7 @@
<string name="link_account">Link your account</string>
<string name="update_available">An update is available</string>
<string name="do_not_ask_again">Do not ask again</string>
<string name="delete_contacts_text">Are you sure you want to delete these contacts?\nThey will be deleted from your phone as well!</string>
<!-- Launch screen -->
<string name="app_description">the <i>libre</i> SIP client</string>