Changeset 20909


Ignore:
Timestamp:
2009-11-04T20:16:20+13:00 (14 years ago)
Author:
ak19
Message:

Updated to display the URL when the browser fails to launch (and also when it launches successfully).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/resources/java/server.properties

    r20898 r20909  
    2525ServerSettings.Browse=Browse
    2626ServerSettings.SettingChanged=The new settings will be available after the server has been restarted.
    27 ServerSettings.NoBrowserFound=Could not find a web browser.
    28 ServerSettings.BrowserLaunchFailed=The web browser could not be launched.
    2927
    3028ServerControl.EnterLibrary=Enter Library
     
    3432ServerControl.Help_RestartLibrary=Press the 'Restart Library' button to restart the server, launch a browser and enter the library.\nYou can change server settings from the File menu.
    3533ServerControl.Help_EnterLibrary=Press the 'Enter Library' button to launch a browser and enter the library.\nYou can change server settings from the File menu.
     34ServerControl.BrowserLaunchFailed=The web browser could not be launched.<br>Please visit the following URL in a browser:<br><b>{0}</b>
     35ServerControl.BrowserLaunched=Launched browser with URL:<br>{0}<br>
    3636ServerControl.Starting=Starting server...
    3737ServerControl.Configuring=Configuring server...
Note: See TracChangeset for help on using the changeset viewer.