From 4b4894b121bdf62dca067cb72ad4f8e29a2963b5 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 20 Oct 2010 00:35:39 +0200 Subject: Many i18n/L10n updates and lots of descriptions for translators added. --- lib/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index c2117164c..cd4fbfb15 100644 --- a/lib/common.php +++ b/lib/common.php @@ -133,10 +133,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.') .'

'; -- cgit v1.2.3-54-g00ecf