From: <mor...@us...> - 2011-01-19 06:38:27
|
Revision: 3891 http://ecell.svn.sourceforge.net/ecell/?rev=3891&view=rev Author: moriyoshi Date: 2011-01-19 06:38:21 +0000 (Wed, 19 Jan 2011) Log Message: ----------- * Typo. Modified Paths: -------------- ecell3/trunk/ecell/frontend/session-monitor/ecell/ui/osogo/GtkSessionMonitor.py Modified: ecell3/trunk/ecell/frontend/session-monitor/ecell/ui/osogo/GtkSessionMonitor.py =================================================================== --- ecell3/trunk/ecell/frontend/session-monitor/ecell/ui/osogo/GtkSessionMonitor.py 2011-01-18 10:37:44 UTC (rev 3890) +++ ecell3/trunk/ecell/frontend/session-monitor/ecell/ui/osogo/GtkSessionMonitor.py 2011-01-19 06:38:21 UTC (rev 3891) @@ -495,7 +495,7 @@ fp = open( self.theIniFileName, 'w' ) self.theConfigDB.write( fp ) except: - self.message("Couldnot save preferences into file %s.\n Please check permissions for home directory.\n"%self.theIniFileName) + self.message("Could not save preferences into file %s.\n Please check permissions for home directory.\n"%self.theIniFileName) #------------------------------------------------------------------- def createLoggerWithPolicy( self, fullpn, logpolicy = None ): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |