From: Antoine Musso Date: Sat, 25 Jun 2011 12:18:44 +0000 (+0000) Subject: Rename messages from r90670 X-Git-Tag: 1.31.0-rc.0~29287 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=ccbdffc86497ca7d30af3e88c7ce48978642db6b;p=lhc%2Fweb%2Fwiklou.git Rename messages from r90670 * uses hyphens instead of underscore * follow the tooltip- format * rephrase tooltip-invert per CR --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 6f1025041f..4743d6eed8 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -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" ); } diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index d53832374e..61f1f7d034 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index f09820942d..4234acec45 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -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