summaryrefslogtreecommitdiff
path: root/includes/database
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-09 23:03:22 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-09 23:03:22 +0000
commit71ee49de3eba0639d13a5861803f1cf031f376df (patch)
tree7e9a559099ad267e58e58879dae8246e1bf5cdf2 /includes/database
parenta895a366c56fc3a03303e5341e222b7ad097952b (diff)
downloadbrdo-71ee49de3eba0639d13a5861803f1cf031f376df.tar.gz
brdo-71ee49de3eba0639d13a5861803f1cf031f376df.tar.bz2
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
Diffstat (limited to 'includes/database')
-rw-r--r--includes/database/pgsql/install.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/database/pgsql/install.inc b/includes/database/pgsql/install.inc
index a174bd05c..72f2865d3 100644
--- a/includes/database/pgsql/install.inc
+++ b/includes/database/pgsql/install.inc
@@ -42,7 +42,7 @@ class DatabaseTasks_pgsql extends DatabaseTasks {
'!link' => '<a href="INSTALL.pgsql.txt">INSTALL.pgsql.txt</a>'
);
$text = 'The %driver database must use %encoding encoding to work with Drupal.';
- $text .= 'Please recreate the database with %encoding encoding. See !link for more details.';
+ $text .= 'Recreate the database with %encoding encoding. See !link for more details.';
$this->fail(st($text, $replacements));
}
} catch (Exception $e) {
@@ -100,7 +100,7 @@ class DatabaseTasks_pgsql extends DatabaseTasks {
$this->pass(st('PostgreSQL has initialized itself.'));
}
catch (Exception $e) {
- $this->fail(st('Drupal could not be correctly setup with the existing database. Please revise any errors.'));
+ $this->fail(st('Drupal could not be correctly setup with the existing database. Revise any errors.'));
}
}
}