summaryrefslogtreecommitdiff
path: root/authorize.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-22 00:52:03 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-22 00:52:03 +0000
commit0220996178a6affcedc1fd74a5c71c14353fa370 (patch)
tree25bb980d9dfe67c962f2a08af32ed0774d072801 /authorize.php
parentcc421475b7313b59b32ca7aa68c5a533f1ffcea8 (diff)
downloadbrdo-0220996178a6affcedc1fd74a5c71c14353fa370.tar.gz
brdo-0220996178a6affcedc1fd74a5c71c14353fa370.tar.bz2
- Patch #605344 by dww: documentation and code style fixes for update manager. This was ready before freeze.
Diffstat (limited to 'authorize.php')
-rw-r--r--authorize.php4
1 files changed, 2 insertions, 2 deletions
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.