wording
This commit is contained in:
parent
778c83bf25
commit
79add903fe
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ function admin_page_summary(App $a) {
|
||||||
Cache::set("git_friendica_version", $gitversion, CACHE_WEEK);
|
Cache::set("git_friendica_version", $gitversion, CACHE_WEEK);
|
||||||
}
|
}
|
||||||
if ( version_compare(FRIENDICA_VERSION, $gitversion)<0) {
|
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;
|
$showwarning = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue