Index: trunk/extensions/SimpleSurvey/Surveys.php |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | 'beginner' => 'vitals-07-2010-answer-beginner', |
64 | 64 | 'one' => 'vitals-07-2010-answer-one-lang', |
65 | 65 | 'many' => 'vitals-07-2010-answer-many-lang', |
66 | | - 'none' => 'vitals-07-2010-no-lang', |
| 66 | + 'none' => 'vitals-07-2010-answer-no-lang', |
67 | 67 | ), |
68 | 68 | ), |
69 | 69 | 'age' => array( |
Index: trunk/extensions/SimpleSurvey/SimpleSurvey.i18n.php |
— | — | @@ -9,8 +9,8 @@ |
10 | 10 | 'simplesurvey' => 'Take a quick survey', |
11 | 11 | 'simple-survey-invalid' => 'That is not a valid survey at this time', |
12 | 12 | 'simple-survey-back' => 'Go back', |
13 | | - 'simple-survey-title' => 'Simple Survey', |
14 | | - 'simple-survey-confirm' => 'Thanks! Your data has been submited.', |
| 13 | + 'simple-survey-title' => 'Simple Survey', |
| 14 | + 'simple-survey-confirm' => 'Thanks! Your data has been submitted.', |
15 | 15 | |
16 | 16 | /*vitals 07 2010 */ |
17 | 17 | 'simple-survey-intro-vitals-07-2010' => 'This is a quick survey to give us a better idea of who you are', |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | 'vitals-07-2010-answer-beginner' => "I am a beginner with at least one programming language (eg HTML, PHP, Java, C)", |
55 | 55 | 'vitals-07-2010-answer-one-lang' => "I am comfortable with at least one programming language", |
56 | 56 | 'vitals-07-2010-answer-many-lang' => "I am comfortable with many programming languages", |
57 | | - 'vitals-07-2010-no-lang' => "Programming? Not me!", |
| 57 | + 'vitals-07-2010-answer-no-lang' => "Programming? Not me!", |
58 | 58 | |
59 | 59 | 'vitals-07-2010-answer-male'=> 'Male', |
60 | 60 | 'vitals-07-2010-answer-female'=> 'Female', |
Index: trunk/extensions/SimpleSurvey/SimpleSurvey.php |
— | — | @@ -48,7 +48,6 @@ |
49 | 49 | require_once($dir . "Surveys.php"); |
50 | 50 | unset($dir); |
51 | 51 | |
52 | | - |
53 | 52 | // Always include the browser stuff... |
54 | 53 | foreach ( $wgPrefSwitchSurveys as $survey ) { |
55 | 54 | $survey['questions']['browser'] = array( |