Remove misleading "OK" caption on "Avoid roads" dialog
This commit is contained in:
parent
e29b1ed6a7
commit
e69bbb25d3
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class AvoidSpecificRoads {
|
|||
}
|
||||
|
||||
});
|
||||
bld.setPositiveButton(R.string.default_buttons_ok, null);
|
||||
bld.setPositiveButton(R.string.close, null);
|
||||
bld.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue