r101004 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101003‎ | r101004 | r101005 >
Date:17:38, 27 October 2011
Author:raymond
Status:ok
Tags:
Comment:
Some message tweaks for consistenxy. Preparation for adding to Translatewiki.net
Modified paths:
  • /trunk/extensions/OnlineStatusBar/OnlineStatusBar.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.i18n.php
@@ -14,15 +14,15 @@
1515 */
1616 $messages['en'] = array(
1717 // Description
18 - 'onlinestatusbar-desc' => "Status bar which shows whether a user is online, based on preferences, on their user page",
 18+ 'onlinestatusbar-desc' => 'Status bar which shows whether a user is online, based on preferences, on their user page',
1919 // Status bar text line (User is now Offline) etc.
20 - 'onlinestatusbar-line' => "$1 is now $2 $3",
 20+ 'onlinestatusbar-line' => '$1 is now $2 $3',
2121 // Message in config asking user if they want to enable it
2222 'onlinestatusbar-used' => 'Do you want to let others see if you are online?',
2323 // Message in config asking what status they want to use
2424 'onlinestatusbar-status' => 'What is the default status you wish to use:',
2525 // Section for config
26 - 'prefs-onlinestatus' => 'Online Status',
 26+ 'prefs-onlinestatus' => 'Online status',
2727 // Message in config
2828 'onlinestatusbar-hide' => 'Do you want to hide the status bar in order to use just the magic word? (For advanced users)',
2929 );
@@ -35,3 +35,4 @@
3636 'onlinestatusbar-status' => 'Message in config asking what status they want to use, option box',
3737 'prefs-onlinestatus' => 'Section for config, located in preferences - misc',
3838 );
 39+

Status & tagging log