From: <gem...@li...> - 2011-11-21 09:23:21
|
Revision: 243 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=243&view=rev Author: michieltcs Date: 2011-11-21 09:23:15 +0000 (Mon, 21 Nov 2011) Log Message: ----------- Fix typo Modified Paths: -------------- trunk/library/classes/GemsEscort.php Modified: trunk/library/classes/GemsEscort.php =================================================================== --- trunk/library/classes/GemsEscort.php 2011-11-19 18:12:07 UTC (rev 242) +++ trunk/library/classes/GemsEscort.php 2011-11-21 09:23:15 UTC (rev 243) @@ -1345,7 +1345,7 @@ // fake POST if ($this->session->previousRequestMode == 'POST') { - $this->addMessage($this->_('Take note: your session has expired, your inputs where not saved. Please check the input data and try again')); + $this->addMessage($this->_('Take note: your session has expired, your inputs were not saved. Please check the input data and try again')); $_POST = $previousRequestParameters; $_SERVER['REQUEST_METHOD'] = $this->session->previousRequestMode; $this->session->previousRequestMode = null; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |