Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2017-02-01 19:32:53 +0300
committerGitHub <noreply@github.com>2017-02-01 19:32:53 +0300
commit79c0ce5180521a58284514a5a7332492d486f0ed (patch)
treebe176628e585b72c1b25866cbd9a29687a859548
parentc5bf47e78d8d5fecc0d1a054d7ea9446a6636232 (diff)
parentb603361815fe7bb75dd14e6712a621d0098a7032 (diff)
Merge pull request #5325 from goblinr/MAPSME-135-ext-route-alert-dialog-buttons-textbeta-604
[android] change text of routing alert dialog buttons
-rw-r--r--android/src/com/mapswithme/maps/routing/RoutingController.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/routing/RoutingController.java b/android/src/com/mapswithme/maps/routing/RoutingController.java
index 67e9921ec4..bc4d0660fc 100644
--- a/android/src/com/mapswithme/maps/routing/RoutingController.java
+++ b/android/src/com/mapswithme/maps/routing/RoutingController.java
@@ -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)