use colon

This commit is contained in:
sonora 2016-01-01 17:50:06 +01:00
parent 5b19ac6345
commit 7cbf35df54

View file

@ -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);
}