forked from science-ation/science-ation
Dont put leading spaces into an i18n()
wq
This commit is contained in:
parent
08f5d64179
commit
fb10ed7447
@ -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 "<br />";
|
||||
echo "<br />";
|
||||
|
Loading…
Reference in New Issue
Block a user