String is translated by the menu framework

Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
Michael Tänzer 2010-07-01 20:00:51 +02:00
parent 72e3df0748
commit cab10c7d63

View file

@ -48,6 +48,6 @@ class ManageAccount extends FWAction {
* @return string
*/
public static function getMenuText() {
return I18n::_('Manage Account');
return 'Manage Account';
}
}