From 0220996178a6affcedc1fd74a5c71c14353fa370 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 22 Oct 2009 00:52:03 +0000 Subject: - Patch #605344 by dww: documentation and code style fixes for update manager. This was ready before freeze. --- authorize.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'authorize.php') diff --git a/authorize.php b/authorize.php index dc53920ed..ffe49ef09 100644 --- a/authorize.php +++ b/authorize.php @@ -38,7 +38,7 @@ function authorize_access_denied_page() { drupal_add_http_header('403 Forbidden'); watchdog('access denied', 'authorize.php', NULL, WATCHDOG_WARNING); drupal_set_title('Access denied'); - return t("You are not allowed to access this page."); + return t('You are not allowed to access this page.'); } /** @@ -141,7 +141,7 @@ if (authorize_access_allowed()) { } else { if (empty($_SESSION['authorize_operation']) || empty($_SESSION['authorize_filetransfer_backends'])) { - $output = t("It appears you have reached this page in error."); + $output = t('It appears you have reached this page in error.'); } elseif (!$batch = batch_get()) { // We have a batch to process, show the filetransfer form. -- cgit v1.2.3