Browse Source

Code sniffer, you so picky.

pull/677/head
Rosie Le Faive 8 years ago
parent
commit
64b5b0f4ca
  1. 10
      islandora.install

10
islandora.install

@ -141,9 +141,9 @@ function islandora_update_7001(&$sandbox) {
*/
function islandora_update_7002(&$sandbox) {
$t = get_t();
return $t("A new permission 'view inactive or deleted objects' has been added " .
"to the system, and these objects can no longer be viewed by someone without " .
"this permission. If you have users who need to view inactive or deleted " .
"objects please add the new permission to appropriate roles. This is " .
"especially important for sites using the 'Islandora Simple Workflow' module");
return $t("A new permission 'view inactive or deleted objects' has been added
to the system, and these objects can no longer be viewed by someone without
this permission. If you have users who need to view inactive or deleted
objects please add the new permission to appropriate roles. This is
especially important for sites using the 'Islandora Simple Workflow' module");
}

Loading…
Cancel
Save