From 64b5b0f4ca88a394a3e310aa77e557e92eed55a2 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Mon, 14 Aug 2017 09:55:23 -0300 Subject: [PATCH] Code sniffer, you so picky. --- islandora.install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/islandora.install b/islandora.install index 4176415b..2ee4eda4 100644 --- a/islandora.install +++ b/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"); }