Nemo bis has uploaded a new change for review. https://gerrit.wikimedia.org/r/77707
Change subject: Make GENDER support on page-creation-email-subject explicit ...................................................................... Make GENDER support on page-creation-email-subject explicit Also fix punctuation and case. <https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Page-creation-email-subject/en> Change-Id: I6f50270a8bcb55256e48d5dacc556a053bf47c2b --- M PageCreationNotif.i18n.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PageCreationNotif refs/changes/07/77707/1 diff --git a/PageCreationNotif.i18n.php b/PageCreationNotif.i18n.php index 5f8a68f..ecfaa06 100644 --- a/PageCreationNotif.i18n.php +++ b/PageCreationNotif.i18n.php @@ -15,10 +15,10 @@ $messages['en'] = array( 'page-creation-notif-desc' => 'Sends e-mail notification when new pages are created', 'page-creation-notification' => 'E-mail me when a new page is created', - 'page-creation-email-subject' => 'New page - $1 created on $2 by $3', + 'page-creation-email-subject' => 'New page – $1 {{GENDER:$3|created}} on $2 by $3', 'page-creation-email-body' => 'Dear $1, -This is a notification from {{SITENAME}} that a new page $2 has been {{Gender:$3|created}} by user $3. +This is a notification from {{SITENAME}} that a new page $2 has been {{GENDER:$3|created}} by user $3. You can see it at $4 -- To view, visit https://gerrit.wikimedia.org/r/77707 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f50270a8bcb55256e48d5dacc556a053bf47c2b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/PageCreationNotif Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
