Browse Source

changed text for object details toggle as David Wilcox asked

pull/94/head
William Panting 13 years ago
parent
commit
45209b87fc
  1. 2
      formClass.inc

2
formClass.inc

@ -314,7 +314,7 @@ class formClass {
'#type' => 'checkbox',
'#title' => t('Show Object Details Tab'),
'#default_value' => variable_get('fedora_repository_show_object_details_tab', TRUE),
'#description' => t("When enabled, the 'Object Details' tab will be visible when visiting objects if the user has the correct permissions."),
'#description' => t("When enabled, the 'Object Details' tab will be visible to users with the correct permissions when viewing an object in the repository"),
);
$form['advanced'] = array(

Loading…
Cancel
Save