From: janw Date: Tue, 21 Jun 2005 11:23:49 +0000 (+0000) Subject: Fixed String. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=55df40ab15b1972dcb0e9c9a124d51b5cf0acaa2;p=gosa.git Fixed String. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@780 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc index df63fc2de..2bce52860 100755 --- a/plugins/gofon/macro/class_gofonMacroManagement.inc +++ b/plugins/gofon/macro/class_gofonMacroManagement.inc @@ -189,7 +189,7 @@ class gofonMacro extends plugin /* Obviously the user isn't allowed to delete. Show message and clean session. */ - print_red (_("You are not allowed to delete this, macro!")); + print_red (_("You are not allowed to delete this macro!")); } }