This commit is contained in:
Tobias Diekershoff 2017-10-09 20:57:24 +02:00
parent 778c83bf25
commit 79add903fe
1 changed files with 1 additions and 1 deletions

View 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;
}