From 2eb74a9b42132494cbe08c40c27c76db28a09ebc Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 7 Sep 2014 16:59:01 +0200 Subject: [PATCH] fixing a typo --- include/dbstructure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dbstructure.php b/include/dbstructure.php index 010f86218a..ee12d07cbd 100644 --- a/include/dbstructure.php +++ b/include/dbstructure.php @@ -24,7 +24,7 @@ function update_fail($update_id, $error_message){ The friendica developers released update %s recently, but when I tried to install it, something went terribly wrong. This needs to be fixed soon and I can't do it alone. Please contact a - friendica developer if you can not help me on your own. My database might be invalid."); + friendica developer if you can not help me on your own. My database might be invalid.")); $body = t("The error message is\n[pre]%s[/pre]"); $preamble = sprintf($preamble, $update_id); $body = sprintf($body, $error_message);