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:
authorАлександр Зацепин <az@mapswithme.com>2017-07-06 20:02:26 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-07-06 22:30:51 +0300
commit879ba0a5dff240566f19768c72958cd01669cc8a (patch)
tree507c8bde8f86d8af7f83d15322d0b3c60316f4ee
parent2f9612075d8e2aedf1cea0d8abdef2fcc56413e9 (diff)
[android] Changed string ids for add/stoping intermediate pointsbeta-898
-rw-r--r--android/src/com/mapswithme/maps/widget/placepage/PlacePageButtons.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/widget/placepage/PlacePageButtons.java b/android/src/com/mapswithme/maps/widget/placepage/PlacePageButtons.java
index 982c651a62..8f1d5b1c39 100644
--- a/android/src/com/mapswithme/maps/widget/placepage/PlacePageButtons.java
+++ b/android/src/com/mapswithme/maps/widget/placepage/PlacePageButtons.java
@@ -143,7 +143,7 @@ final class PlacePageButtons
@Override
int getTitle()
{
- return R.string.p2p_add_stop;
+ return R.string.placepage_add_stop;
}
@Override
@@ -158,7 +158,7 @@ final class PlacePageButtons
@Override
int getTitle()
{
- return R.string.p2p_remove_stop;
+ return R.string.placepage_remove_stop;
}
@Override