jenkins-bot has submitted this change and it was merged.

Change subject: Remove an unneeded use of SITENAME
......................................................................


Remove an unneeded use of SITENAME

See:
https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Mobile-frontend-quick-lookup-not-internal/en

Change-Id: I0c7b7c203b71d4a7d9391e6724ce3a56dccc77bb
---
M i18n/en.json
M i18n/qqq.json
M javascripts/modules/quickLookup/init.js
3 files changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Siebrand: Looks good to me, but someone else must approve
  Florianschmidtwelzow: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index f0c6917..eef6594 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -384,7 +384,7 @@
        "mobile-frontend-watchlist-view": "View your watchlist",
        "mobile-frontend-quick-lookup-looking": "Looking for \"$1\".",
        "mobile-frontend-quick-lookup-no-results": "Couldn't find anything 
matching \"$1\".",
-       "mobile-frontend-quick-lookup-not-internal": "Sorry, this is not a $1 
link.",
+       "mobile-frontend-quick-lookup-not-internal": "Sorry, this is not a link 
into this wiki.",
        "mobile.css": "/* CSS placed here will affect users of the mobile site 
*/",
        "mobile.js": "/* Any JavaScript here will be loaded for users using the 
mobile site */",
        "nearby": "Pages near you",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index edfe682..9e24845 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -378,7 +378,7 @@
        "mobile-frontend-watchlist-view": "Link to your 
watchlist.\n{{Identical|View your watchlist}}",
        "mobile-frontend-quick-lookup-looking": "Information telling the user 
that the search has begun. $1 is the page title.",
        "mobile-frontend-quick-lookup-no-results": "Shown when no information 
about the page is found. $1 is the page title.",
-       "mobile-frontend-quick-lookup-not-internal": "An error message shown 
when a link not belonging to the current wiki is being looked up. $1 is the 
current site name.",
+       "mobile-frontend-quick-lookup-not-internal": "An error message shown 
when a link not belonging to the current wiki is being looked up.",
        "mobile.css": "{{optional}}\nSee also:\n* {{msg-mw|Mobile.js}} 
(Optional message)",
        "mobile.js": "{{optional}}\nSee also:\n* {{msg-mw|Mobile.css}} 
(Optional message)",
        "nearby": "{{doc-special|Nearby}}",
diff --git a/javascripts/modules/quickLookup/init.js 
b/javascripts/modules/quickLookup/init.js
index 02cf539..155729d 100644
--- a/javascripts/modules/quickLookup/init.js
+++ b/javascripts/modules/quickLookup/init.js
@@ -92,6 +92,7 @@
                                );
                        } );
                } else {
+                       // @todo Remove the sitename parameter late 2015 as it 
only exists for B/C.
                        toast.show(
                                mw.msg( 
'mobile-frontend-quick-lookup-not-internal', mw.config.get( 'wgSiteName' ) ),
                                'toast quick-lookup'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0c7b7c203b71d4a7d9391e6724ce3a56dccc77bb
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Purodha <puro...@blissenbach.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.wel...@t-online.de>
Gerrit-Reviewer: Jdlrobson <jrob...@wikimedia.org>
Gerrit-Reviewer: Kaldari <rkald...@wikimedia.org>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to