From 25ce10ed0213176932f1da9b4e0a6417ad108465 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 8 Apr 2008 10:58:46 +0000 Subject: [PATCH] Updated lock message. -removed '' git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10280 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))); } -- 2.30.2