Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/257270

Change subject: Remove incorrect information from 
'visualeditor-dialog-transclusion-no-template-description'
......................................................................

Remove incorrect information from 
'visualeditor-dialog-transclusion-no-template-description'

The message is always displayed in template transclusion dialog, both
when adding a new one and when editing existing one. I think it's best
to just remove the incorrect part, as the dialog provides sufficient
context for what is happening.

The $2 parameter is no longer used or documented, but is still
supported for compatibility with existing translations.

Bug: T87130
Change-Id: Ibaa06c3bb1e9afbf0005b1605236f4be8cb15251
---
M modules/ve-mw/i18n/en.json
M modules/ve-mw/i18n/qqq.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/70/257270/1

diff --git a/modules/ve-mw/i18n/en.json b/modules/ve-mw/i18n/en.json
index 7937666..db9a8d3 100644
--- a/modules/ve-mw/i18n/en.json
+++ b/modules/ve-mw/i18n/en.json
@@ -207,7 +207,7 @@
        "visualeditor-dialog-transclusion-deprecated-parameter-description": 
"Field is deprecated. $1",
        "visualeditor-dialog-transclusion-loading": "Loading...",
        "visualeditor-dialog-transclusion-multiple-mode": "Show options",
-       "visualeditor-dialog-transclusion-no-template-description": 
"{{GENDER:$2|You are adding}} the \"$1\" template to this page. It doesn't yet 
have a description, but there might be some information on the 
[[{{ns:template}}:$1|template's page]].",
+       "visualeditor-dialog-transclusion-no-template-description": "The \"$1\" 
template doesn't yet have a description, but there might be some information on 
the [[{{ns:template}}:$1|template's page]].",
        "visualeditor-dialog-transclusion-options": "Options",
        "visualeditor-dialog-transclusion-param-default": "Default value: $1",
        "visualeditor-dialog-transclusion-param-example": "Example value: $1",
diff --git a/modules/ve-mw/i18n/qqq.json b/modules/ve-mw/i18n/qqq.json
index 946fa8e..87c4c6f 100644
--- a/modules/ve-mw/i18n/qqq.json
+++ b/modules/ve-mw/i18n/qqq.json
@@ -217,7 +217,7 @@
        "visualeditor-dialog-transclusion-deprecated-parameter-description": 
"Label describing that a parameter is deprecated.\n\nParameters:\n* $1 - 
Description given in TemplateData for why parameter is deprecated, which may be 
empty.",
        "visualeditor-dialog-transclusion-loading": "Title for the transclusion 
dialog while its contents are loading.\n{{Identical|Loading}}",
        "visualeditor-dialog-transclusion-multiple-mode": "Label for button 
that shows advanced options in transclusion dialog",
-       "visualeditor-dialog-transclusion-no-template-description": "Message to 
user that no template information is available for the 
template.\n\nParameters:\n* $1 - the title of the template\n* $2 - user object 
for GENDER.",
+       "visualeditor-dialog-transclusion-no-template-description": "Message to 
user that no template information is available for the 
template.\n\nParameters:\n* $1 - the title of the template",
        "visualeditor-dialog-transclusion-options": "Label for section with 
options for templates, content or parameters.\n{{Identical|Options}}",
        "visualeditor-dialog-transclusion-param-default": "Label for 
parameter's default value in the template dialog. $1 - Parameter's default 
value.",
        "visualeditor-dialog-transclusion-param-example": "Label for 
parameter's example value in the template dialog. $1 - Parameter's example 
value.",

-- 
To view, visit https://gerrit.wikimedia.org/r/257270
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaa06c3bb1e9afbf0005b1605236f4be8cb15251
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to