fixed upload text
This commit is contained in:
parent
dfa563c36a
commit
feacb00fff
|
@ -70,7 +70,7 @@ class phpGroupwareGroup extends baseModule {
|
||||||
// help Entries
|
// help Entries
|
||||||
$return['help'] = array(
|
$return['help'] = array(
|
||||||
'extension' => array(
|
'extension' => array(
|
||||||
"Headline" => _("Adds the phpGroupWare extension"),
|
"Headline" => _("Add phpGroupWare extension"),
|
||||||
"Text" => _("If you set this to true then the phpGroupware extension will be added.")
|
"Text" => _("If you set this to true then the phpGroupware extension will be added.")
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -80,7 +80,7 @@ class phpGroupwareGroup extends baseModule {
|
||||||
$return['upload_columns'] = array(
|
$return['upload_columns'] = array(
|
||||||
array(
|
array(
|
||||||
'name' => 'phpGroupwareGroup_extension',
|
'name' => 'phpGroupwareGroup_extension',
|
||||||
'description' => _('Adds the phpGroupWare extension'),
|
'description' => _('Add phpGroupWare extension'),
|
||||||
'help' => 'extension',
|
'help' => 'extension',
|
||||||
'example' => 'true',
|
'example' => 'true',
|
||||||
'values' => 'true, false'
|
'values' => 'true, false'
|
||||||
|
|
Loading…
Reference in New Issue