Content deleted Content added
No edit summary |
No edit summary |
||
Line 42:
fa_word_sing = 'Match'
fa_word_plur = 'Matches'
elseif for_against_style=='
hide_for_against = true
else
fa_letter = 'M'
fa_word_sing = 'Match'
fa_word_plur = 'Matches'
end
if for_against_style=='p' or for_against_style=='point' or for_against_style=='points' then
fa_letter = 'P'
fa_word_sing = 'Point'
|