Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -642,12 +642,12 @@ |
643 | 643 | $invert = Xml::checkLabel( |
644 | 644 | wfMsg( 'invert' ), 'invert', 'nsinvert', |
645 | 645 | $opts['invert'], |
646 | | - array( 'title' => wfMsg( 'invert_tip' ) ) |
| 646 | + array( 'title' => wfMsg( 'tooltip-invert' ) ) |
647 | 647 | ); |
648 | 648 | $associated = Xml::checkLabel( |
649 | 649 | wfMsg( 'namespace_association' ), 'associated', 'nsassociated', |
650 | 650 | $opts['associated'], |
651 | | - array( 'title' => wfMsg( 'namespace_association_tip' ) ) |
| 651 | + array( 'title' => wfMsg( 'tooltip-namespace_association' ) ) |
652 | 652 | ); |
653 | 653 | return array( $nsLabel, "$nsSelect $invert $associated" ); |
654 | 654 | } |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -2605,9 +2605,9 @@ |
2606 | 2606 | 'invert' => 'Displayed in [[Special:RecentChanges|RecentChanges]], [[Special:RecentChangesLinked|RecentChangesLinked]] and [[Special:Watchlist|Watchlist]] |
2607 | 2607 | |
2608 | 2608 | {{Identical|Invert selection}}', |
2609 | | -'invert_tip' => 'Used in [[Special:Recentchanges]] as a tooltip for the invert checkbox. See also the \'invert\' message.', |
| 2609 | +'tooltip-invert' => 'Used in [[Special:Recentchanges]] as a tooltip for the invert checkbox. See also the \'invert\' message.', |
2610 | 2610 | '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.', |
2611 | | -'namespace_association_tip' => 'Used in [[Special:Recentchanges]] as a tooltip for the associated namespace checkbox. See also namespace_association message.', |
| 2611 | +'tooltip-namespace_association' => 'Used in [[Special:Recentchanges]] as a tooltip for the associated namespace checkbox. See also namespace_association message.', |
2612 | 2612 | 'blanknamespace' => 'Name for main namespace (blank namespace) in drop-down menus at [[Special:RecentChanges]] and other special pages.', |
2613 | 2613 | |
2614 | 2614 | # Contributions |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2963,9 +2963,9 @@ |
2964 | 2964 | # Namespace form on various pages |
2965 | 2965 | 'namespace' => 'Namespace:', |
2966 | 2966 | 'invert' => 'Invert selection', |
2967 | | -'invert_tip' => 'Check this box to also filter out the current namespace selection', |
| 2967 | +'tooltip-invert' => 'Check this box to hides changes in the selected namespace', |
2968 | 2968 | 'namespace_association' => 'Associated namespace', |
2969 | | -'namespace_association_tip' => 'Check this box to also include the talk or subject namespace associated to your selection', |
| 2969 | +'tooltip-namespace_association' => 'Check this box to also include the talk or subject namespace associated to your selection', |
2970 | 2970 | 'blanknamespace' => '(Main)', |
2971 | 2971 | |
2972 | 2972 | # Contributions |