From cab10c7d6352994c2d770b987502c7d93a0cdc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 1 Jul 2010 20:00:51 +0200 Subject: [PATCH] String is translated by the menu framework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- manager/library/actions/ActionManageAccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/library/actions/ActionManageAccount.php b/manager/library/actions/ActionManageAccount.php index 30c8bb6..8681e00 100644 --- a/manager/library/actions/ActionManageAccount.php +++ b/manager/library/actions/ActionManageAccount.php @@ -48,6 +48,6 @@ class ManageAccount extends FWAction { * @return string */ public static function getMenuText() { - return I18n::_('Manage Account'); + return 'Manage Account'; } }