Improved delete message for contacts
This commit is contained in:
parent
77878920fb
commit
f46fc361bc
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ public class ContactsListFragment extends Fragment implements OnItemClickListene
|
||||||
View view = inflater.inflate(R.layout.contacts_list, container, false);
|
View view = inflater.inflate(R.layout.contacts_list, container, false);
|
||||||
mContext = getActivity().getApplicationContext();
|
mContext = getActivity().getApplicationContext();
|
||||||
mSelectionHelper = new SelectableHelper(view, this);
|
mSelectionHelper = new SelectableHelper(view, this);
|
||||||
|
mSelectionHelper.setDialogMessage(R.string.delete_contacts_text);
|
||||||
|
|
||||||
if (getArguments() != null) {
|
if (getArguments() != null) {
|
||||||
editOnClick = getArguments().getBoolean("EditOnClick");
|
editOnClick = getArguments().getBoolean("EditOnClick");
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
<string name="link_account">Link your account</string>
|
<string name="link_account">Link your account</string>
|
||||||
<string name="update_available">An update is available</string>
|
<string name="update_available">An update is available</string>
|
||||||
<string name="do_not_ask_again">Do not ask again</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 -->
|
<!-- Launch screen -->
|
||||||
<string name="app_description">the <i>libre</i> SIP client</string>
|
<string name="app_description">the <i>libre</i> SIP client</string>
|
||||||
|
|
Loading…
Reference in a new issue