r49745 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49744‎ | r49745 | r49746 >
Date:02:44, 23 April 2009
Author:nad
Status:deferred
Tags:
Comment:
remove categorywatch-emailbody message and clarify other messages
Modified paths:
  • /trunk/extensions/CategoryWatch/CategoryWatch.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryWatch/CategoryWatch.i18n.php
@@ -12,13 +12,11 @@
1313 */
1414 $messages['en'] = array(
1515 'categorywatch-desc' => 'Extends watchlist functionality to include notification about membership changes of watched categories',
16 - 'categorywatch-emailbody' => "Hi $1, you have received this message because you are watching the \"$2\" category.
17 -This message is to notify you that at $3 user $4 $5.",
1816 'categorywatch-emailsubject' => "Activity involving watched category \"$1\"",
19 - 'categorywatch-catmovein' => "moved [[$1]] into [[:Category:$2|category $2]] from [[:Category:$3|Category:$3]]",
20 - 'categorywatch-catmoveout' => "moved [[$1]] out of [[:Category:$2|Category:$2]] into [[:Category:$3|Category:$3]]",
21 - 'categorywatch-catadd' => "added [[$1]] to category $2",
22 - 'categorywatch-catsub' => "removed [[$1]] from category $2",
 17+ 'categorywatch-catmovein' => "[[$1]] has moved into [[:Category:$2]] from [[:Category:$3]]",
 18+ 'categorywatch-catmoveout' => "[[$1]] has moved out of [[:Category:$2]] into [[:Category:$3]]",
 19+ 'categorywatch-catadd' => "[[$1]] has been added to [[:Category:$2]]",
 20+ 'categorywatch-catsub' => "[[$1]] has been removed from [[:Category:$2]]",
2321 'categorywatch-autocat' => "Automatically watched by $1",
2422 );
2523

Status & tagging log