From fb10ed744751b36fe313c5eabd079bfedc8bff3f Mon Sep 17 00:00:00 2001 From: james Date: Tue, 11 Dec 2007 19:17:11 +0000 Subject: [PATCH] Dont put leading spaces into an i18n() wq --- register_judges_specialawards.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/register_judges_specialawards.php b/register_judges_specialawards.php index 0061f3d..cac8846 100644 --- a/register_judges_specialawards.php +++ b/register_judges_specialawards.php @@ -66,7 +66,8 @@ else echo i18n("Please select the special award you are supposed to judge."); } else { echo i18n("Please select any special awards you would prefer to judge."); - echo i18n(" We assign judges to divisional awards first. So please note that by selecting awards here it does not guarantee that you will be judging special awards. This selects your special award judging preferences IF you are not assigned to a divisional judging team."); + echo "  "; + echo i18n("We assign judges to divisional awards first. So please note that by selecting awards here it does not guarantee that you will be judging special awards. This selects your special award judging preferences IF you are not assigned to a divisional judging team."); } echo "
"; echo "
";