From: hickert Date: Tue, 8 Apr 2008 10:58:46 +0000 (+0000) Subject: Updated lock message. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=25ce10ed0213176932f1da9b4e0a6417ad108465;p=gosa.git Updated lock message. -removed '' git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10280 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 9ce2f2abf..51360acd3 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -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'"), "".$msg."", "")); + $smarty->assign ("message", sprintf(_("You're going to edit the LDAP entry/entries %s"), "".$msg."", "")); return ($smarty->fetch (get_template_path('islocked.tpl'))); }