From 102a038e156aaba95b51d1663f7362bbff83ee3d Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Mon, 18 Aug 2014 16:19:19 +0200 Subject: [PATCH] Fixes: #3284 we are now allowed to use non-ascii string in gettext translation for en --- setup/class_setupStep_Migrate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index 314b0b31a..1ec4cd0a3 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -139,7 +139,7 @@ class Step_Migrate extends setup_step ), array( 'cn' => 'editowninfos', - 'description' => _('Allow users to edit their own information (main tab and posix − use only on base)'), + 'description' => _('Allow users to edit their own information (main tab and posix use only on base)'), 'objectclass' => array('top', 'gosaRole'), 'gosaAclTemplate' => '0:user/posixAccount;srw,user/user;srw' ), -- GitLab