Module: appdb Branch: master Commit: 5f85da8b7278b0b6829674ce94a47cfee3b8478d URL: http://source.winehq.org/git/appdb.git/?a=commit;h=5f85da8b7278b0b6829674ce9... Author: Alexander Nicolaysen Sørnes <alexsornes(a)gmail.com> Date: Thu Apr 21 16:04:10 2011 +0200 objectManager: Fix typo in session tiemout screen (spotted by Steven Zakulec) --- include/objectManager.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/objectManager.php b/include/objectManager.php index 1f250aa..82d1a26 100644 --- a/include/objectManager.php +++ b/include/objectManager.php @@ -1225,7 +1225,7 @@ class ObjectManager public function show_form_help_session_timeout() { - $this->error_exit("Your session has timed out. <a target=\"_blank\" href=\"".BASE."account.php?sCmd=login\">Log in</a> and then <a href=\"javascript:location.reload();\">refresh thise page</a>."); + $this->error_exit("Your session has timed out. <a target=\"_blank\" href=\"".BASE."account.php?sCmd=login\">Log in</a> and then <a href=\"javascript:location.reload();\">refresh this page</a>."); } public function handle_anonymous_submission($aClean)