forked from organicmaps/organicmaps
Fix typo in the text when there is no geo data to display.
This commit is contained in:
parent
c36d1bdb3a
commit
046f116e70
1 changed files with 2 additions and 2 deletions
|
@ -538,8 +538,8 @@ void InformationDisplay::drawEmptyModelMessage(DrawerYG * pDrawer)
|
|||
|
||||
char const s0 [] = "Nothing found. Have you tried";
|
||||
char const s1 [] = "downloading maps of the countries?";
|
||||
char const s2 [] = "Just the button at the bottom right";
|
||||
char const s3 [] = "corner to download the maps.";
|
||||
char const s2 [] = "Just click the button at the bottom";
|
||||
char const s3 [] = "right corner to download the maps.";
|
||||
|
||||
m2::RectD tr0 = pDrawer->screen()->textRect(s0, 10, true, false);
|
||||
m2::RectD tr1 = pDrawer->screen()->textRect(s1, 10, true, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue