Rename messages from r90670
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 25 Jun 2011 12:18:44 +0000 (12:18 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 25 Jun 2011 12:18:44 +0000 (12:18 +0000)
* uses hyphens instead of underscore
* follow the tooltip-<message> format
* rephrase tooltip-invert per CR

includes/specials/SpecialRecentchanges.php
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php

index 6f10250..4743d6e 100644 (file)
@@ -642,12 +642,12 @@ class SpecialRecentChanges extends IncludableSpecialPage {
                $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" );
        }
index d538323..61f1f7d 100644 (file)
@@ -2963,9 +2963,9 @@ $1',
 # 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
index f098209..4234ace 100644 (file)
@@ -2605,9 +2605,9 @@ This message was something like "unlock move protection" in the past.',
 '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