]> git.mxchange.org Git - friendica.git/commitdiff
wording
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 9 Oct 2017 18:57:24 +0000 (20:57 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 3 Nov 2017 14:52:40 +0000 (15:52 +0100)
mod/admin.php

index 1e3005ea01017800036f305f8a94688578ee3663..cdf5fa163074a7ec7ceccaec2eeb2e785a914891 100644 (file)
@@ -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;
        }