diff --git a/i18n/en.json b/i18n/en.json index 8ecef575e..adc23a6a6 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -32,7 +32,8 @@ "discussiontools-preference-newtopictool-help": "This will show you an inline form for adding new topics. You can learn more about this feature by reading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Talk_pages_project/Feature_summary feature summary].", "discussiontools-preference-replytool": "Enable quick replying", "discussiontools-preference-replytool-help": "This will show you a link to reply to talk page comments in one click. You can learn more about this feature by reading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Talk_pages_project/Feature_summary feature summary].", - "discussiontools-preference-sourcemodetoolbar": "Enable experimental tools in the quick replying and quick topic adding features' source modes", + "discussiontools-preference-sourcemodetoolbar": "Enable editing tools in source mode", + "discussiontools-preference-sourcemodetoolbar-help": "This will add a toolbar to the quick replying and quick topic adding features’ source modes that includes shortcuts for pinging and adding links.", "discussiontools-preference-topicsubscription": "Enable topic subscription", "discussiontools-preference-topicsubscription-help": "This will allow you to subscribe to receive notifications about comments on individual topics. You can learn more about this feature by reading the [https://www.mediawiki.org/wiki/Special:MyLanguage/Talk_pages_project/Feature_summary feature summary].", "discussiontools-replylink": "reply", diff --git a/i18n/qqq.json b/i18n/qqq.json index b0fe722a3..787fce5f9 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -41,9 +41,10 @@ "discussiontools-preference-newtopictool-help": "Used in [[Special:Preferences]].\n\nUsed as help text for the checkbox {{msg-mw|discussiontools-preference-newtopictool}}", "discussiontools-preference-replytool": "Used in [[Special:Preferences]] in the section titled {{msg-mw|prefs-discussion}}, in the same list with:\n* {{msg-mw|Discussiontools-preference-newtopictool}}.\n\nUsed as label for checkbox to enable the reply tool.\n\nThe help text for this checkbox is: {{msg-mw|discussiontools-preference-replytool-help}}", "discussiontools-preference-replytool-help": "Used in [[Special:Preferences]].\n\nUsed as help text for the checkbox {{msg-mw|discussiontools-preference-replytool}}", - "discussiontools-preference-sourcemodetoolbar": "Used in [[Special:Preferences]].\n\nUsed as label for checkbox to enable the source mode toolbar.", - "discussiontools-preference-topicsubscription": "Used in [[Special:Preferences]].\n\nUsed as label for checkbox to enable topic subscription.\n\nThe help text for this checkbox is: {{msg-mw|discussiontools-preference-replytool-help}}", - "discussiontools-preference-topicsubscription-help": "Used in [[Special:Preferences]].\n\nUsed as help text for the checkbox {{msg-mw|discussiontools-preference-replytool}}", + "discussiontools-preference-sourcemodetoolbar": "Used in [[Special:Preferences]].\n\nUsed as label for checkbox to enable the source mode toolbar.\n\nThe help text for this checkbox is: {{msg-mw|discussiontools-preference-sourcemodetoolbar-help}}", + "discussiontools-preference-sourcemodetoolbar-help": "Used in [[Special:Preferences]].\n\nUsed as help text for the checkbox {{msg-mw|discussiontools-preference-sourcemodetoolbar}}", + "discussiontools-preference-topicsubscription": "Used in [[Special:Preferences]].\n\nUsed as label for checkbox to enable topic subscription.\n\nThe help text for this checkbox is: {{msg-mw|discussiontools-preference-topicsubscription-help}}", + "discussiontools-preference-topicsubscription-help": "Used in [[Special:Preferences]].\n\nUsed as help text for the checkbox {{msg-mw|discussiontools-preference-topicsubscription}}", "discussiontools-replylink": "Label for the reply link added after each comment. Use the same casing as section edit links.\n* {{Related|editsection}}.", "discussiontools-replywidget-abandon": "Message shown when abandoning a comment\n\nSimilar to {{msg-mw|mw-widgets-abandonedit}}, {{msg-mw|discussiontools-replywidget-abandontopic}}.", "discussiontools-replywidget-abandon-discard": "Label for button to abandon a comment\n\nThis button follows {{msg-mw|discussiontools-replywidget-abandon}}.\n\nSimilar to {{msg-mw|discussiontools-replywidget-abandontopic-discard}}.",