mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 19:09:52 +00:00
Merge "Remove message reuse for "send thanks""
This commit is contained in:
commit
94b79beb70
|
@ -93,7 +93,7 @@ class SpecialThanks extends FormSpecialPage {
|
|||
if ( $this->type === null || $this->type === 'rev' && $this->id === '0' ) {
|
||||
$form->suppressDefaultSubmit( true );
|
||||
} else {
|
||||
$form->setSubmitText( $this->msg( 'thanks' )->escaped() );
|
||||
$form->setSubmitText( $this->msg( 'thanks-submit' )->escaped() );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"thanks-confirmation2": "{{GENDER:$1|Send}} public thanks for this edit?",
|
||||
"thanks-thanked-notice": "$1 received your thanks for {{GENDER:$2|his|her|their}} edit.",
|
||||
"thanks": "Send thanks",
|
||||
"thanks-submit": "Send thanks",
|
||||
"thanks-form-revid": "Revision ID for edit",
|
||||
"echo-pref-subscription-edit-thank": "Thanks me for my edit",
|
||||
"echo-pref-tooltip-edit-thank": "Notify me when someone thanks me for an edit I made.",
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
"thanks-thank-tooltip-yes": "Tooltip that appears when a user hovers over the \"Yes\" confirmation link (which confirms the thank action). Parameters:\n* $1 - The user sending the thanks. Can be used for GENDER support.",
|
||||
"thanks-confirmation2": "A confirmation message to make sure the user actually wants to send thanks to another user.\n\nParameters:\n* $1 - The user sending the thanks. Can be used for GENDER.\nSee also:\n* {{msg-mw|Thanks-confirmation-special}}",
|
||||
"thanks-thanked-notice": "{{doc-singularthey}}\nPop-up message that is displayed after a user has thanked another user for their edit.\n\nParameters:\n* $1 - the username of the user that was thanked\n* $2 - the gender of the user that was thanked\nSee also:\n* {{msg-mw|Flow-thanks-thanked-notice}}",
|
||||
"thanks": "{{doc-special|Thanks|unlisted=1}}\nThe special page contains the form to thank for the edit.",
|
||||
"thanks": "{{doc-special|Thanks|unlisted=1}}\nThe special page contains the form to thank for the edit. {{Identical|Send thanks}}",
|
||||
"thanks-submit": "The text of the submit button on the Special:Thanks page. {{Identical|Send thanks}}",
|
||||
"thanks-form-revid": "Label for form field where the user inputs the revision ID.",
|
||||
"echo-pref-subscription-edit-thank": "Option for getting notifications when someone thanks the user for their edit.\n\nThis is the conclusion of the sentence begun by the header: {{msg-mw|Prefs-echosubscriptions}}.",
|
||||
"echo-pref-tooltip-edit-thank": "This is a short description of the edit-thank notification category.\n{{Related|Echo-pref-tooltip}}",
|
||||
|
|
Loading…
Reference in a new issue