shared_string_select_on_map (2)
This commit is contained in:
parent
5b69b2b75b
commit
7b3818aa9f
2 changed files with 1 additions and 2 deletions
|
@ -218,7 +218,6 @@
|
|||
<string name="lock_screen_request_explanation">%1$s needs this permission to turn off the screen for the power saving feature.</string>
|
||||
<string name="wake_on_voice">Turn screen on</string>
|
||||
<string name="wake_on_voice_descr">Turn on device screen (if off) when approaching a turn</string>
|
||||
<string name="select_impassable_road">Select on map…</string>
|
||||
<string name="impassable_road">Avoid roads…</string>
|
||||
<string name="tip_recent_changes_1_9_t">Changes in 1.9:
|
||||
* Updated maps styles with road surface rendering, transport layers and hiking symbols
|
||||
|
|
|
@ -116,7 +116,7 @@ public class AvoidSpecificRoads {
|
|||
});
|
||||
}
|
||||
|
||||
bld.setPositiveButton(R.string.select_impassable_road, new DialogInterface.OnClickListener() {
|
||||
bld.setPositiveButton(R.string.shared_string_select_on_map, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialogInterface, int i) {
|
||||
selectFromMap(mapActivity);
|
||||
|
|
Loading…
Reference in a new issue