From 23348bae7457ee54113b5643c6bc7a9d61f04662 Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Fri, 22 Jul 2016 10:03:17 +0200 Subject: [PATCH] Fix naming issues in some messages Change-Id: I36873a72ea28748f5355f9bca32893512fbadd78 --- i18n/en.json | 6 +++--- i18n/qqq.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index ebea2e63..48fdf34a 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -14,9 +14,9 @@ "revisionslider-label-comment": "Comment: ", "revisionslider-label-username": "Username: [[$2|$1]]", "revisionslider-minoredit": "This is a minor edit", - "revisionslider-loading-placeholder": "The revision slider is loading...", - "revisionslider-loading-failed": "The revision slider failed to load.", - "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-loading-placeholder": "The RevisionSlider is loading...", + "revisionslider-loading-failed": "The RevisionSlider failed to load.", + "revisionslider-loading-out-of-range": "The RevisionSlider 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-show-help": "?", diff --git a/i18n/qqq.json b/i18n/qqq.json index acb7b33d..334aa97c 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -8,8 +8,8 @@ }, "revisionslider": "RevisionSlider, see https://www.mediawiki.org/wiki/Extension:RevisionSlider", "revisionslider-desc": "{{desc|name=RevisionSlider|url=https://www.mediawiki.org/wiki/Extension:RevisionSlider}}", - "revisionslider-beta-feature-message": "Label for the revision slider Beta Feature.", - "revisionslider-beta-feature-description": "Description for the revision slider Beta Feature, describing the feature that will be enabled.", + "revisionslider-beta-feature-message": "Label for the RevisionSlider Beta Feature.", + "revisionslider-beta-feature-description": "Description for the RevisionSlider Beta Feature, describing the feature that will be enabled.", "revisionslider-label-date": "Label describing the creation date of this revision.\nParameters:\n* $1 - Creation date.\n{{Identical|Date}}", "revisionslider-label-page-size": "Label describing the size of this revision.\nParameters:\n* $1 - Formatted page size.\n* $2 - Page size as raw number used for PLURAL.\n{{Identical|Page size}}", "revisionslider-label-change-size": "Label describing the size of the change compared to the revision before.\nParameters:\n* $1 - Formatted change size colored with markup.\n* $2 - Change size as raw number used for PLURAL", @@ -27,7 +27,7 @@ "revisionslider-help-dialog-slide2": "Text shown on the second slide of the help dialog.", "revisionslider-help-dialog-slide3": "Text shown on the third slide of the help dialog.", "revisionslider-help-dialog-slide4": "Text shown on the fourth slide of the help dialog.", - "revisionslider-tutorial": "Text shown above the revision slider tutorial.", + "revisionslider-tutorial": "Text shown above the RevisionSlider tutorial.", "revisionslider-previous-dialog": "Label of the button to go to the previous tutorial slide.\n{{Identical|Previous}}", "revisionslider-next-dialog": "Label of the button to go to the next tutorial slide.\n{{Identical|Next}}", "revisionslider-close-dialog": "Label of the button to close the RevisionSlider tutorial.\n{{Identical|Close}}"