mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-28 02:00:57 +00:00
Remove "successfully" from a message
This word is usually unnecessary in messages. See https://www.mediawiki.org/wiki/Localisation#Avoid_jargon_and_slang Change-Id: I54a11d4e18365209ff198a45e5e3c1c20e8353c4
This commit is contained in:
parent
10111ea872
commit
cc865692f1
|
@ -5,7 +5,7 @@
|
|||
"apierror-discussiontools-commentid-notfound": "Comment with the ID '$1' not found.",
|
||||
"apierror-discussiontools-commentname-ambiguous": "Multiple comments with the name '$1' found, <var>commentid</var> is required.",
|
||||
"apierror-discussiontools-commentname-notfound": "Comment with the name '$1' not found.",
|
||||
"apierror-discussiontools-formtoken-used": "Comment already posted successfully. Reload the page to see it.",
|
||||
"apierror-discussiontools-formtoken-used": "Comment already posted. Reload the page to see it.",
|
||||
"apierror-discussiontools-subscription-failed-add": "Could not subscribe to this topic.",
|
||||
"apierror-discussiontools-subscription-failed-remove": "Could not unsubscribe from this topic.",
|
||||
"apihelp-discussiontools-param-oldid": "The revision number to use (defaults to latest revision).",
|
||||
|
|
Loading…
Reference in a new issue