From: <mwl...@us...> - 2008-02-26 23:31:27
|
Revision: 640 http://cishell.svn.sourceforge.net/cishell/?rev=640&view=rev Author: mwlinnem Date: 2008-02-26 15:31:15 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Minor change in error message text. Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java 2008-02-26 19:51:53 UTC (rev 639) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/src/org/cishell/reference/gui/persistence/load/FileLoad.java 2008-02-26 23:31:15 UTC (rev 640) @@ -143,8 +143,8 @@ // no converters found means the file format is not supported if (serviceRefList == null || serviceRefList.length == 0){ - guiBuilder.showError("Unsupported File Format", "Sorry, the file format: *."+fileExtension+" is not supported so far.", - "Sorry, the file format: *."+fileExtension+" is not supported so far. \n"+ + guiBuilder.showError("Unsupported File Format", "Sorry, the file format: *."+fileExtension+" is not yet supported.", + "Sorry, the file format: *."+fileExtension+" is not yet supported. \n"+ "Please send your requests to cis...@li.... \n" +"Thank you."); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |