]> git.mxchange.org Git - friendica.git/commitdiff
fixing a typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 14:59:01 +0000 (16:59 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 14:59:01 +0000 (16:59 +0200)
include/dbstructure.php

index 010f86218af273fe039013ea5b932d05a93908d0..ee12d07cbd02c9d82f180f4af1a557decd8314da 100644 (file)
@@ -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);