http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90766

Revision: 90766
Author:   hashar
Date:     2011-06-25 12:18:44 +0000 (Sat, 25 Jun 2011)
Log Message:
-----------
Rename messages from r90670
* uses hyphens instead of underscore
* follow the tooltip-<message> format
* rephrase tooltip-invert per CR

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialRecentchanges.php
    trunk/phase3/languages/messages/MessagesEn.php
    trunk/phase3/languages/messages/MessagesQqq.php

Modified: trunk/phase3/includes/specials/SpecialRecentchanges.php
===================================================================
--- trunk/phase3/includes/specials/SpecialRecentchanges.php     2011-06-25 
11:34:01 UTC (rev 90765)
+++ trunk/phase3/includes/specials/SpecialRecentchanges.php     2011-06-25 
12:18:44 UTC (rev 90766)
@@ -642,12 +642,12 @@
                $invert = Xml::checkLabel(
                        wfMsg( 'invert' ), 'invert', 'nsinvert',
                        $opts['invert'],
-                       array( 'title' => wfMsg( 'invert_tip' ) )
+                       array( 'title' => wfMsg( 'tooltip-invert' ) )
                );
                $associated = Xml::checkLabel(
                        wfMsg( 'namespace_association' ), 'associated', 
'nsassociated',
                        $opts['associated'],
-                       array( 'title' => wfMsg( 'namespace_association_tip' ) )
+                       array( 'title' => wfMsg( 
'tooltip-namespace_association' ) )
                );
                return array( $nsLabel, "$nsSelect $invert $associated" );
        }

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2011-06-25 11:34:01 UTC 
(rev 90765)
+++ trunk/phase3/languages/messages/MessagesEn.php      2011-06-25 12:18:44 UTC 
(rev 90766)
@@ -2963,9 +2963,9 @@
 # Namespace form on various pages
 'namespace'             => 'Namespace:',
 'invert'                => 'Invert selection',
-'invert_tip'            => 'Check this box to also filter out the current 
namespace selection',
+'tooltip-invert'            => 'Check this box to hides changes in the 
selected namespace',
 'namespace_association' => 'Associated namespace',
-'namespace_association_tip' => 'Check this box to also include the talk or 
subject namespace associated to your selection',
+'tooltip-namespace_association' => 'Check this box to also include the talk or 
subject namespace associated to your selection',
 'blanknamespace'        => '(Main)',
 
 # Contributions

Modified: trunk/phase3/languages/messages/MessagesQqq.php
===================================================================
--- trunk/phase3/languages/messages/MessagesQqq.php     2011-06-25 11:34:01 UTC 
(rev 90765)
+++ trunk/phase3/languages/messages/MessagesQqq.php     2011-06-25 12:18:44 UTC 
(rev 90766)
@@ -2605,9 +2605,9 @@
 'invert'                => 'Displayed in 
[[Special:RecentChanges|RecentChanges]], 
[[Special:RecentChangesLinked|RecentChangesLinked]] and 
[[Special:Watchlist|Watchlist]]
 
 {{Identical|Invert selection}}',
-'invert_tip' => 'Used in [[Special:Recentchanges]] as a tooltip for the invert 
checkbox. See also the \'invert\' message.',
+'tooltip-invert' => 'Used in [[Special:Recentchanges]] as a tooltip for the 
invert checkbox. See also the \'invert\' message.',
 'namespace_association' => 'Used in [[Special:Recentchanges]] with a checkbox 
which selects the associated namespace to be added to the selected namespace, 
so that both are searched (or excluded depending on another checkbox 
selection). The association is between a namespace and its talk namespace.',
-'namespace_association_tip' => 'Used in [[Special:Recentchanges]] as a tooltip 
for the associated namespace checkbox. See also namespace_association message.',
+'tooltip-namespace_association' => 'Used in [[Special:Recentchanges]] as a 
tooltip for the associated namespace checkbox. See also namespace_association 
message.',
 'blanknamespace'        => 'Name for main namespace (blank namespace) in 
drop-down menus at [[Special:RecentChanges]] and other special pages.',
 
 # Contributions


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to