summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 00826f3)
raw | patch | inline | side by side (parent: 00826f3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Apr 2008 10:58:46 +0000 (10:58 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10280 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/functions.inc | patch | blob | history |
index 9ce2f2abf4b7c2179b6ceca7c015e4169fa65c9d..51360acd339437596e513105b2b1b63b3161d52f 100644 (file)
} 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')));
}