From 314defed229eeb11c826eb1e83d5cccf5f1f161b Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Wed, 21 Aug 2013 22:19:44 -0400 Subject: [PATCH] Fix i18n description for some parameters. Add missing desc Change-Id: I6e6e003729018fc34a8cc109ea40b08f3f5ffd9d --- Thanks.i18n.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Thanks.i18n.php b/Thanks.i18n.php index 197815fe..82eab2e6 100644 --- a/Thanks.i18n.php +++ b/Thanks.i18n.php @@ -71,15 +71,16 @@ Used as $1 in {{msg-mw|Echo-dismiss-message}} and as $2$2 in {{msg-mw|Notification-thanks}}. Should have capitalization appropriate for the middle of a sentence.", 'notification-thanks' => "Format for displaying notifications when a user is thanked for their edit. Parameters: -* $1 is the username of the person who edited, plain text. Can be used for GENDER. +* $1 is the username of the person sending the thanks, as plain text. Can be used for GENDER. * $2 is a link to the user's edit. The text of the link is {{msg-mw|Notification-thanks-diff-link}}. * $3 is the title of the page the user edited.", 'notification-thanks-flyout2' => 'Format for displaying notifications in the flyout when a user is thanked for their edit. Parameters: -* $1 is the username of the person who edited, plain text. Can be used for GENDER. +* $1 is the username of the person sending the thanks, as plain text. Can be used for GENDER. * $2 is the title of the page the user edited.', - 'notification-thanks-email-subject' => 'E-mail subject', + 'notification-thanks-email-subject' => 'E-mail subject. Parameters: +* $1 is the username of the person sending the thanks, as plain text. Can be used for GENDER.', 'notification-thanks-email-batch-body' => 'E-mail notification. Parameters: -* $1 is a username. Can be used for GENDER. +* $1 is the username of the person sending the thanks, as plain text. Can be used for GENDER. * $2 the title of the page the user edited.', 'notification-link-text-respond-to-user' => 'Label for button that links to a user page.', 'log-name-thanks' => 'Name of log that appears on [[Special:Log]].',