CC-6096, CC-6093 - update calendar context menu and usability hint wording; bugfixes

This commit is contained in:
Duncan Sommerville 2015-08-27 16:59:21 -04:00
parent acc4ef0054
commit 294298c9bf
8 changed files with 47 additions and 33 deletions

View file

@ -34,10 +34,10 @@ class SetupController extends Zend_Controller_Action
Application_Model_Preference::setLangTimezoneSetupComplete(true);
$this->_redirect('/Showbuilder');
$this->_redirect('/showbuilder');
}
}
$this->_redirect('/Showbuilder');
$this->_redirect('/showbuilder');
}
}