=== modified file 'dhis-live/src/main/java/org/hisp/dhis/TrayApp.java' --- dhis-live/src/main/java/org/hisp/dhis/TrayApp.java 2009-09-28 17:18:13 +0000 +++ dhis-live/src/main/java/org/hisp/dhis/TrayApp.java 2009-09-28 17:25:39 +0000 @@ -169,7 +169,7 @@ public void lifeCycleStarted(LifeCycle arg0) { log.info("Lifecycle: server started"); String url = "http://localhost:" + appServer.getConnectorPort(); - trayIcon.displayMessage("Started","DHIS 2 is running. Point your\nbrowser to " + url + ".",TrayIcon.MessageType.INFO); + trayIcon.displayMessage("Started","DHIS 2 is running. Your browser will\nbe pointed to " + url + ".",TrayIcon.MessageType.INFO); trayIcon.setToolTip("DHIS 2 Server running"); trayIcon.setImage(createImage(RUNNING_ICON, "Running icon")); try {