Code

Updated lock message.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Apr 2008 10:58:46 +0000 (10:58 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Apr 2008 10:58:46 +0000 (10:58 +0000)
-removed ''

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10280 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index 9ce2f2abf4b7c2179b6ceca7c015e4169fa65c9d..51360acd339437596e513105b2b1b63b3161d52f 100644 (file)
@@ -1291,7 +1291,7 @@ function gen_locked_message($user, $dn)
   } else {
     $smarty->assign ("action", _("Edit anyway"));
   }
-  $smarty->assign ("message", sprintf(_("You're going to edit the LDAP entry/entries '%s'"), "<b>".$msg."</b>", ""));
+  $smarty->assign ("message", sprintf(_("You're going to edit the LDAP entry/entries %s"), "<b>".$msg."</b>", ""));
 
   return ($smarty->fetch (get_template_path('islocked.tpl')));
 }