[Avida-cvs] [avida-svn] r998 - branches/developers/avida-edward/source/python/AvidaGui2

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Tue Sep 26 12:31:33 PDT 2006


Author: baerb
Date: 2006-09-26 15:31:33 -0400 (Tue, 26 Sep 2006)
New Revision: 998

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py
   branches/developers/avida-edward/source/python/AvidaGui2/pyLiveControlsCtrl.py
Log:

Fixed one grammer error.



Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py	2006-09-26 18:30:04 UTC (rev 997)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py	2006-09-26 19:31:33 UTC (rev 998)
@@ -411,8 +411,8 @@
   def startActionSlot(self):
     if self.startStatus:
       if (self.m_session_mdl.m_global_num_of_ancestors == 0):
-        warningNoMethodName("There were no starting organism in this population " + \
-                            "please drag in at least one from the freezer.")
+        warningNoMethodName("There were no starting organisms in this population. " + \
+                            "Please drag in at least one from the freezer.")
       else:
         self.m_session_mdl.m_session_mdtr.emit(
           PYSIGNAL("fromLiveCtrlStartAvidaSig"), ())

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyLiveControlsCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyLiveControlsCtrl.py	2006-09-26 18:30:04 UTC (rev 997)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyLiveControlsCtrl.py	2006-09-26 19:31:33 UTC (rev 998)
@@ -67,8 +67,8 @@
     
   def clickedStartAvidaSlot(self):
     if (self.m_session_mdl.m_global_num_of_ancestors == 0):
-      warningNoMethodName("There were no starting organism in this population " + \
-                          "please drag in at least one from the freezer.")
+      warningNoMethodName("There were no starting organisms in this population. " + \
+                          "Please drag in at least one from the freezer.")
     else:
       self.m_session_mdl.m_session_mdtr.emit(
         PYSIGNAL("fromLiveCtrlStartAvidaSig"), ())




More information about the Avida-cvs mailing list