jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/403840 )

Change subject: i18n: Translate the tooltip for the lock icon
......................................................................


i18n: Translate the tooltip for the lock icon

Change-Id: If056adee7c05e6ca79db6217aed43c0e0d819c37
---
M i18n/en.json
M i18n/qqq.json
M includes/specials/SpecialMobileOptions.php
3 files changed, 5 insertions(+), 3 deletions(-)

Approvals:
  Pmiazga: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index ce5af11..94f4bbd 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -307,5 +307,6 @@
        "mobile-frontend-mobile-option-MFExpandAllSectionsUserOption": "Expand 
all sections by default",
        
"mobile-frontend-mobile-option-MFExpandAllSectionsUserOption-description": 
"Disable section collapsing on mobile web.",
        "mobile-frontend-mobile-option-MFEnableFontChanger": "Article font 
size",
-       "mobile-frontend-mobile-option-MFEnableFontChanger-description": 
"Control the font size of your reading experience."
+       "mobile-frontend-mobile-option-MFEnableFontChanger-description": 
"Control the font size of your reading experience.",
+       "mobile-frontend-beta-only": "Feature only available in beta mode"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 47addc6..f77f023 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -308,5 +308,6 @@
        "mobile-frontend-mobile-option-MFExpandAllSectionsUserOption": "Expand 
all sections feature name",
        
"mobile-frontend-mobile-option-MFExpandAllSectionsUserOption-description": 
"Expand sections feature description",
        "mobile-frontend-mobile-option-MFEnableFontChanger": "Article font size 
feature name",
-       "mobile-frontend-mobile-option-MFEnableFontChanger-description": "Font 
size feature description"
+       "mobile-frontend-mobile-option-MFEnableFontChanger-description": "Font 
size feature description",
+       "mobile-frontend-beta-only": "Tooltip for lock icons on mobile settings 
page."
 }
diff --git a/includes/specials/SpecialMobileOptions.php 
b/includes/specials/SpecialMobileOptions.php
index d3603c0..80cf3df 100644
--- a/includes/specials/SpecialMobileOptions.php
+++ b/includes/specials/SpecialMobileOptions.php
@@ -120,7 +120,7 @@
                                $fields[] = new OOUI\FieldLayout(
                                        new OOUI\IconWidget( [
                                                'icon' => $icon,
-                                               'title' => 'Available in beta 
only',
+                                               'title' => wfMessage( 
'mobile-frontend-beta-only' ),
                                        ] ),
                                        [
                                                'classes' => $classNames,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If056adee7c05e6ca79db6217aed43c0e0d819c37
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: specialpages
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Pmiazga <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to