From: <gem...@li...> - 2012-04-02 17:55:53
|
Revision: 592 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=592&view=rev Author: matijsdejong Date: 2012-04-02 17:55:47 +0000 (Mon, 02 Apr 2012) Log Message: ----------- Strings switched Modified Paths: -------------- trunk/library/classes/Gems/Default/IndexAction.php Modified: trunk/library/classes/Gems/Default/IndexAction.php =================================================================== --- trunk/library/classes/Gems/Default/IndexAction.php 2012-04-02 17:52:30 UTC (rev 591) +++ trunk/library/classes/Gems/Default/IndexAction.php 2012-04-02 17:55:47 UTC (rev 592) @@ -139,7 +139,7 @@ protected function displayResetForm(Gems_User_Form_ResetForm $form, $errors) { if ($form->hasResetKey()) { - $this->html->h3($this->_('Request password reset')); + $this->html->h3($this->_('Execute password reset')); $p = $this->html->pInfo($this->_('We received your password reset request. ')); if ($form->getOrganizationIsVisible()) { @@ -148,7 +148,7 @@ $p->append($this->_('Please enter the username or e-mail address belonging to this request.')); } } else { - $this->html->h3($this->_('Execute password reset')); + $this->html->h3($this->_('Request password reset')); $p = $this->html->pInfo(); if ($form->getOrganizationIsVisible()) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |