r71719 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71718‎ | r71719 | r71720 >
Date:17:56, 26 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Fix typo, and whitespace

Normalise message key
Modified paths:
  • /trunk/extensions/SimpleSurvey/SimpleSurvey.i18n.php (modified) (history)
  • /trunk/extensions/SimpleSurvey/SimpleSurvey.php (modified) (history)
  • /trunk/extensions/SimpleSurvey/Surveys.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SimpleSurvey/Surveys.php
@@ -62,7 +62,7 @@
6363 'beginner' => 'vitals-07-2010-answer-beginner',
6464 'one' => 'vitals-07-2010-answer-one-lang',
6565 'many' => 'vitals-07-2010-answer-many-lang',
66 - 'none' => 'vitals-07-2010-no-lang',
 66+ 'none' => 'vitals-07-2010-answer-no-lang',
6767 ),
6868 ),
6969 'age' => array(
Index: trunk/extensions/SimpleSurvey/SimpleSurvey.i18n.php
@@ -9,8 +9,8 @@
1010 'simplesurvey' => 'Take a quick survey',
1111 'simple-survey-invalid' => 'That is not a valid survey at this time',
1212 '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.',
1515
1616 /*vitals 07 2010 */
1717 '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 @@
5454 'vitals-07-2010-answer-beginner' => "I am a beginner with at least one programming language (eg HTML, PHP, Java, C)",
5555 'vitals-07-2010-answer-one-lang' => "I am comfortable with at least one programming language",
5656 '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!",
5858
5959 'vitals-07-2010-answer-male'=> 'Male',
6060 'vitals-07-2010-answer-female'=> 'Female',
Index: trunk/extensions/SimpleSurvey/SimpleSurvey.php
@@ -48,7 +48,6 @@
4949 require_once($dir . "Surveys.php");
5050 unset($dir);
5151
52 -
5352 // Always include the browser stuff...
5453 foreach ( $wgPrefSwitchSurveys as $survey ) {
5554 $survey['questions']['browser'] = array(

Status & tagging log