[Mathlib-commitlog] SF.net SVN: mathlib:[516] JMathLib/trunk/src/jmathlib/toolbox/jmathlib/ system/
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-11-30 17:12:56
|
Revision: 516
http://mathlib.svn.sourceforge.net/mathlib/?rev=516&view=rev
Author: st_mueller
Date: 2008-11-30 17:12:54 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
bugfix in comment
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java 2008-11-30 17:04:30 UTC (rev 515)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java 2008-11-30 17:12:54 UTC (rev 516)
@@ -60,7 +60,7 @@
String updateVersionS = props.getProperty("update.toversion");
if (updateVersionS.equals("no_update_available"))
{
- getInterpreter().displayText("No update available available");
+ getInterpreter().displayText("No update available right now.");
return null;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|