From 134bbb9984cdcf6f14f44425769ef8511d8156ae Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Wed, 17 Dec 2014 00:04:01 +0300 Subject: [PATCH] Fix typo in string constant --- src/mibew/libs/classes/Mibew/Controller/InstallController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mibew/libs/classes/Mibew/Controller/InstallController.php b/src/mibew/libs/classes/Mibew/Controller/InstallController.php index 975b97c1..93a8733e 100644 --- a/src/mibew/libs/classes/Mibew/Controller/InstallController.php +++ b/src/mibew/libs/classes/Mibew/Controller/InstallController.php @@ -317,7 +317,7 @@ class InstallController extends AbstractController ); $login_link = getlocal( - 'You can login to usgin this link.', + 'You can login to using this link.', array($login_url) );