From: hickert Date: Thu, 20 May 2010 09:24:15 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd4337d0eaa39e9d45781354e0caba6157c939af;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18592 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc b/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc index de5c646d3..37c678edd 100644 --- a/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc +++ b/gosa-plugins/gofon/gofon/macro/class_gofonMacro.inc @@ -587,7 +587,7 @@ class macro extends plugin "name" => "phoneMacroRDN", "type" => "rdn", "default" => "ou=macros,ou=asterisk,ou=configs,ou=systems,", - "description" => "The 'phoneMacroRDN' statement defines the location where new phone macros will be created. The default is 'ou=macros,ou=asterisk,ou=configs,ou=systems,'.", + "description" => _("The 'phoneMacroRDN' statement defines the location where new phone macros will be created. The default is 'ou=macros,ou=asterisk,ou=configs,ou=systems,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_phoneMacroRDN", "group" => "plugin",