X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffriendica.php;h=f2cb5c50b6fe1b55f9ad07053da15d1d2dcc03c0;hb=bedab33e0b3a1636332c8f07c157a357bf3fd459;hp=05a76b44da1b55aad6c5fb237b079159bec6372f;hpb=413424064c30c3b799f03ed728ab0a3f8f5eb424;p=friendica.git diff --git a/mod/friendica.php b/mod/friendica.php index 05a76b44da..f2cb5c50b6 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -75,8 +75,9 @@ function friendica_content(App $a) { $o = '

Friendica

' . PHP_EOL; $o .= '

'; - $o .= L10n::t('This is Friendica, version') . ' ' . FRIENDICA_VERSION . ' '; - $o .= L10n::t('running at web location') . ' ' . System::baseUrl(); + $o .= L10n::t('This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s.', + '' . FRIENDICA_VERSION . '', System::baseUrl(), '' . DB_UPDATE_VERSION . '', + '' . Config::get("system", "post_update_version") . ''); $o .= '

' . PHP_EOL; $o .= '

';