use colon
This commit is contained in:
parent
5b19ac6345
commit
7cbf35df54
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ public class MapContextMenuFragment extends Fragment implements DownloadEvents {
|
|||
}
|
||||
if (!Algorithms.isEmpty(streetStr) && !menu.displayStreetNameInTitle()) {
|
||||
if (line2Str.length() > 0) {
|
||||
line2Str.append(", ");
|
||||
line2Str.append(": ");
|
||||
}
|
||||
line2Str.append(streetStr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue