diff --git a/OsmAnd/src/net/osmand/plus/NavigationService.java b/OsmAnd/src/net/osmand/plus/NavigationService.java index cbc88f56cd..4bf11e0c4d 100644 --- a/OsmAnd/src/net/osmand/plus/NavigationService.java +++ b/OsmAnd/src/net/osmand/plus/NavigationService.java @@ -197,7 +197,7 @@ public class NavigationService extends Service implements LocationListener { //Show currently active wake-up interval int soi = settings.SERVICE_OFF_INTERVAL.get(); - String nt = getString(R.string.service_stop_background_service) + ".\n" + getString(R.string.gps_wake_up_timer) + ": "; + String nt = getString(R.string.service_stop_background_service) + ". " + getString(R.string.gps_wake_up_timer) + ": "; if (soi <= 90000) { nt = nt + Integer.toString(soi/1000) + " " + getString(R.string.int_seconds); } else {