From 3625dddf1174adce9dd988c7139e2a58b9245f52 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Jul 2009 19:02:38 +0000 Subject: - Patch #524728 by David_Rothstein, anarcat: white space clean-up. --- includes/install.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/install.inc b/includes/install.inc index 12e8fac07..14999d2c9 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -346,7 +346,7 @@ abstract class DatabaseTasks { } } else { - throw new DatabaseTaskException(st("Failed to run all tasks against the database server. The task %task wasn\'t found.", array('%task' => $task['function']))); + throw new DatabaseTaskException(st("Failed to run all tasks against the database server. The task %task wasn't found.", array('%task' => $task['function']))); } } } -- cgit v1.2.3