X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommon.php;h=34d77c3f6d1ed621ecf039c6b3568d8e43e66568;hb=ca489631db840e33757a71a7e4cb56b187c182d3;hp=e72e938f2a81200a4985fce5b9ad27e770fac618;hpb=90c87553ee7566593529199374215ae80bb3e209;p=quix0rs-gnu-social.git diff --git a/lib/common.php b/lib/common.php index e72e938f2a..34d77c3f6d 100644 --- a/lib/common.php +++ b/lib/common.php @@ -151,10 +151,10 @@ try { // XXX: Throw a conniption if database not installed // XXX: Find a way to use htmlwriter for this instead of handcoded markup // TRANS: Error message displayed when no configuration file was found for a StatusNet installation. - echo '

'. _('No configuration file found. ') .'

'; + echo '

'. _('No configuration file found.') .'

'; // TRANS: Error message displayed when no configuration file was found for a StatusNet installation. // TRANS: Is followed by a list of directories (separated by HTML breaks). - echo '

'. _('I looked for configuration files in the following places: ') .'
'; + echo '

'. _('I looked for configuration files in the following places:') .'
'; echo implode($e->configFiles, '
'); // TRANS: Error message displayed when no configuration file was found for a StatusNet installation. echo '

'. _('You may wish to run the installer to fix this.') .'

';