Merge pull request #5325 from goblinr/MAPSME-135-ext-route-alert-dialog-buttons-text

[android] change text of routing alert dialog buttons
This commit is contained in:
Aleksandr Zatsepin 2017-02-01 19:32:53 +03:00 committed by GitHub
commit 79c0ce5180

View file

@ -319,8 +319,8 @@ public class RoutingController
.setTitle(R.string.dialog_routing_disclaimer_title)
.setMessage(builder.toString())
.setCancelable(false)
.setNegativeButton(R.string.cancel, null)
.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener()
.setNegativeButton(R.string.decline, null)
.setPositiveButton(R.string.accept, new DialogInterface.OnClickListener()
{
@Override
public void onClick(DialogInterface dlg, int which)