From 79add903feb4316b55fba11f08c89be07dd2e8a6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 9 Oct 2017 20:57:24 +0200 Subject: [PATCH] wording --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }