string name misspelling
This commit is contained in:
parent
1e9783819b
commit
a21dee5923
11 changed files with 11 additions and 11 deletions
|
|
@ -387,7 +387,7 @@ public class BRouterView extends View {
|
|||
if (size < 1)
|
||||
msg = getContext().getString(R.string.msg_no_wpt);
|
||||
if (size > 1000)
|
||||
msg = String.format(getContext().getString(R.string.msg_to_much_wpts), size);
|
||||
msg = String.format(getContext().getString(R.string.msg_too_much_wpts), size);
|
||||
}
|
||||
|
||||
if (msg != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue