Fix a Survey typo in the name of a political party.

This commit is contained in:
Colin Kuskie 2009-02-26 18:05:22 +00:00
parent 91ecdda498
commit 67f3f98731
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
- fixed #9808: Search i18n
- fixed #9818: deleteAttachedFiles bug (THE REVENGE)
- fixed #9809: Pagination list up to 10/20: not working correctly on last pages.
- fixed #9820: Survey: political party spelled wrong
7.6.13
- fixed AdSpace bug: impressions and clicks for most non-human web clients will not be counted.

View file

@ -785,7 +785,7 @@ sub updateQuestionAnswers {
}
elsif ( $type eq 'Party' ) {
my @ans
= ( 'Democratic party', 'Republican party (or GOP)', 'Independant party', 'Other party (verbatim)' );
= ( 'Democratic party', 'Republican party (or GOP)', 'Independent party', 'Other party (verbatim)' );
$self->addAnswersToQuestion( \@addy, \@ans, { 3, 1 } );
}
elsif ( $type eq 'Race' ) {