WMDE-leszek has uploaded a new change for review.

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

Change subject: Add a link to Meta page describing a community wish
......................................................................

Add a link to Meta page describing a community wish

Link is added to the first "slide" of the help dialogue.

Change-Id: I6abf375951b11331fe1d67993e7d06a2bb0c8f51
---
M i18n/en.json
M modules/ext.RevisionSlider.HelpDialog.js
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/RevisionSlider 
refs/changes/92/294892/1

diff --git a/i18n/en.json b/i18n/en.json
index d80b386..cf3b6d0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -18,7 +18,7 @@
     "revisionslider-loading-out-of-range": "The revision slider failed to load 
as the requested revisions are not in the top 500 versions of the page.",
     "revisionslider-arrow-tooltip-newer": "See newer revisions",
     "revisionslider-arrow-tooltip-older": "See older revisions",
-    "revisionslider-help-dialog-slide1": "The RevisionSlider helps you to 
navigate and compare revisions on the diff page. It is based on a community 
wish from the German-speaking community technical wishlist.",
+    "revisionslider-help-dialog-slide1": "The RevisionSlider helps you to 
navigate and compare revisions on the diff page. It is based on a 
[[m:WMDE_Technical_Wishes/Revision_Slider|community wish]] from the 
German-speaking community technical wishlist.",
     "revisionslider-help-dialog-slide2": "Each bar represents an article 
revision. Bars to the top show growth of the article, bars to the bottom show a 
reduction of size. In the image, at the revision marked with 1 there has been 
content added. At the revision marked with 2, content has been removed.",
     "revisionslider-help-dialog-slide3": "<p>To compare certain revisions, 
select the revisions using the yellow and blue pointer.</p><p>The blue pointer 
controls the newer revision, the yellow pointer maps to the older 
revision.</p><p>Move the pointers by drag and drop or click on a bar.</p>",
     "revisionslider-help-dialog-slide4": "Use the backwards and forwards 
arrows to move through revision history and show older and newer revisions.",
diff --git a/modules/ext.RevisionSlider.HelpDialog.js 
b/modules/ext.RevisionSlider.HelpDialog.js
index 00cc000..c0c621c 100644
--- a/modules/ext.RevisionSlider.HelpDialog.js
+++ b/modules/ext.RevisionSlider.HelpDialog.js
@@ -46,7 +46,7 @@
                                )
                                .append(
                                        $( '<p>' ).addClass( 
'mw-help-dialog-text' )
-                                               .text( mw.msg( 
'revisionslider-help-dialog-slide1' ) )
+                                               .html( mw.message( 
'revisionslider-help-dialog-slide1' ).parse() )
                                );
 
                        return slide;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6abf375951b11331fe1d67993e7d06a2bb0c8f51
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RevisionSlider
Gerrit-Branch: master
Gerrit-Owner: WMDE-leszek <leszek.mani...@wikimedia.de>

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

Reply via email to