improve waypoint deletion confirmation dialog
This commit is contained in:
parent
a95a2c7de1
commit
e883a36ee4
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ public class DashWaypointsFragment extends DashLocationFragment {
|
|||
Builder builder = new AlertDialog.Builder(view.getContext());
|
||||
// Stop the navigation
|
||||
builder.setTitle(getString(R.string.delete_target_point));
|
||||
builder.setMessage(getString(R.string.clear_destination));
|
||||
//builder.setMessage(getString(R.string.clear_destination));
|
||||
builder.setMessage(PointDescription.getSimpleName(point, getActivity()));
|
||||
builder.setPositiveButton(R.string.shared_string_yes, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
|
|
Loading…
Reference in a new issue