From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Mon, 9 Oct 2017 18:57:24 +0000 (+0200)
Subject: wording
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=79add903feb4316b55fba11f08c89be07dd2e8a6;p=friendica.git

wording
---

diff --git a/mod/admin.php b/mod/admin.php
index 1e3005ea01..cdf5fa1630 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -623,7 +623,7 @@ function admin_page_summary(App $a) {
 		Cache::set("git_friendica_version", $gitversion, CACHE_WEEK);
 	}
 	if ( version_compare(FRIENDICA_VERSION, $gitversion)<0) {
-		$warningtext[] = t('There is a new version of friendica available.');
+		$warningtext[] = t('There is a new version of Friendica available for download.');
 		$showwarning = true;
 	}