Add space for better viewing

Part of the problem is the issue #1948
This commit is contained in:
Franco 2016-01-10 16:51:26 -03:00
parent 11a04e55ea
commit f2d23826f6

View file

@ -397,7 +397,7 @@ public class OsmEditingPlugin extends OsmandPlugin {
}
private static String getPrefix(OsmPoint osmPoint) {
return (osmPoint.getGroup() == OsmPoint.Group.POI ? "POI " : "Bug ") + " id: " + osmPoint.getId();
return (osmPoint.getGroup() == OsmPoint.Group.POI ? "POI " : "Bug ") + " id: " + osmPoint.getId() + " ";
}
@Override