r107406 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107405‎ | r107406 | r107407 >
Date:18:48, 27 December 2011
Author:rmoen
Status:ok
Tags:
Comment:
consistency fix for username filter in language file
Modified paths:
  • /trunk/extensions/MoodBar/MoodBar.i18n.php (modified) (history)
  • /trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/MoodBar.i18n.php
@@ -103,7 +103,7 @@
104104 'moodbar-feedback-filters-type-happy' => 'Happy',
105105 'moodbar-feedback-filters-type-confused' => 'Confused',
106106 'moodbar-feedback-filters-type-sad' => 'Sad',
107 - 'moodbar-feedback-filters-username' => 'Username',
 107+ 'moodbar-feedback-filters-username' => 'Username:',
108108 'moodbar-feedback-filters-my-response' => 'My responses only:',
109109 'moodbar-feedback-filters-button' => 'Set filters',
110110 'moodbar-feedback-whatis' => 'What is this feature?',
Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css
@@ -40,6 +40,7 @@
4141 margin: 0.5em 0 0 0;
4242 padding: 0;
4343 font-weight: bold;
 44+ color: #000000;
4445 }
4546
4647 .fbd-filters-input {

Status & tagging log