From: cajus Date: Tue, 30 Nov 2010 16:56:25 +0000 (+0000) Subject: plProperty updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b43a9e1a9900a51bd43592eeb707fe358055311f;p=gosa.git plProperty updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20449 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc b/gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc index f0ad9afa4..37ee68c00 100644 --- a/gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc +++ b/gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc @@ -352,7 +352,7 @@ class opengwAccount extends plugin "name" => "datahost", "type" => "string", "default" => "", - "description" => _("The server/hostname to use for OpenGroupware.org connections."), + "description" => _("Server name used for OpenGroupware.org connections."), "check" => "", "migrate" => "", "group" => "OpenGroupware", @@ -361,7 +361,7 @@ class opengwAccount extends plugin "name" => "password", "type" => "string", "default" => "", - "description" => _("The password to use for OpenGroupware.org connections."), + "description" => _("Password used OpenGroupware.org connections."), "check" => "", "migrate" => "", "group" => "OpenGroupware", @@ -370,7 +370,7 @@ class opengwAccount extends plugin "name" => "username", "type" => "string", "default" => "", - "description" => _("The username to use for OpenGroupware.org connections."), + "description" => _("Username used for OpenGroupware.org connections."), "check" => "", "migrate" => "", "group" => "OpenGroupware", @@ -379,7 +379,7 @@ class opengwAccount extends plugin "name" => "database", "type" => "string", "default" => "", - "description" => _("The database name to use for OpenGroupware.org connections."), + "description" => _("Name of the database used for OpenGroupware.org connections."), "check" => "", "migrate" => "", "group" => "OpenGroupware",