summaryrefslogtreecommitdiff
path: root/includes/database/pgsql/install.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database/pgsql/install.inc')
-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.'));
}
}
}