Brion VIBBER has uploaded a new change for review.

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

Change subject: License -> Terms of Use in menu
......................................................................

License -> Terms of Use in menu

Change-Id: I83706fd16be962e4db22ff80871bbec48c0db713
---
M wikipedia/View Controllers/Navigation/Secondary/SecondaryMenuViewController.m
M wikipedia/en.lproj/Localizable.strings
M wikipedia/qqq.lproj/Localizable.strings
3 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/ios/wikipedia 
refs/changes/54/146354/1

diff --git a/wikipedia/View 
Controllers/Navigation/Secondary/SecondaryMenuViewController.m b/wikipedia/View 
Controllers/Navigation/Secondary/SecondaryMenuViewController.m
index 8cf2a5b..805e28f 100644
--- a/wikipedia/View 
Controllers/Navigation/Secondary/SecondaryMenuViewController.m
+++ b/wikipedia/View 
Controllers/Navigation/Secondary/SecondaryMenuViewController.m
@@ -35,7 +35,7 @@
 
 #define URL_ZERO_FAQ 
@"https://m.wikimediafoundation.org/wiki/Wikipedia_Zero_App_FAQ";
 #define URL_PRIVACY_POLICY 
@"https://m.wikimediafoundation.org/wiki/Privacy_Policy";
-#define URL_LICENSE @"https://m.wikimediafoundation.org/wiki/Terms_of_Use";
+#define URL_TERMS @"https://m.wikimediafoundation.org/wiki/Terms_of_Use";
 #define URL_RATE_APP @"itms-apps://itunes.apple.com/app/id324715238"
 
 typedef enum {
@@ -50,7 +50,7 @@
     SECONDARY_MENU_ROW_INDEX_CREDITS = 8,
     SECONDARY_MENU_ROW_INDEX_SEND_USAGE_REPORTS = 9,
     SECONDARY_MENU_ROW_INDEX_PRIVACY_POLICY = 10,
-    SECONDARY_MENU_ROW_INDEX_LICENSE = 11,
+    SECONDARY_MENU_ROW_INDEX_TERMS = 11,
     SECONDARY_MENU_ROW_INDEX_RATE_APP = 12,
     SECONDARY_MENU_ROW_INDEX_HEADING_ZERO = 13,
     SECONDARY_MENU_ROW_INDEX_HEADING_LEGAL = 14,
@@ -445,8 +445,8 @@
           }.mutableCopy
         ,
       @{
-          @"title": MWLocalizedString(@"main-menu-license", nil),
-          @"tag": @(SECONDARY_MENU_ROW_INDEX_LICENSE),
+          @"title": MWLocalizedString(@"main-menu-terms-of-use", nil),
+          @"tag": @(SECONDARY_MENU_ROW_INDEX_TERMS),
           @"icon": ltrSafeCaretCharacter,
           @"type": @(ROW_TYPE_SELECTION),
           }.mutableCopy
@@ -595,9 +595,9 @@
                 [[UIApplication sharedApplication] openURL:[NSURL 
URLWithString:URL_PRIVACY_POLICY]];
             }
                 break;
-            case SECONDARY_MENU_ROW_INDEX_LICENSE:
+            case SECONDARY_MENU_ROW_INDEX_TERMS:
             {
-                [[UIApplication sharedApplication] openURL:[NSURL 
URLWithString:URL_LICENSE]];
+                [[UIApplication sharedApplication] openURL:[NSURL 
URLWithString:URL_TERMS]];
             }
                 break;
             case SECONDARY_MENU_ROW_INDEX_RATE_APP:
diff --git a/wikipedia/en.lproj/Localizable.strings 
b/wikipedia/en.lproj/Localizable.strings
index a083757..37599b5 100644
--- a/wikipedia/en.lproj/Localizable.strings
+++ b/wikipedia/en.lproj/Localizable.strings
@@ -98,7 +98,7 @@
 "main-menu-credits" = "Credits";
 "main-menu-zero-faq" = "Wikipedia Zero FAQ";
 "main-menu-privacy-policy" = "Privacy policy";
-"main-menu-license" = "License";
+"main-menu-terms-of-use" = "Terms of Use";
 "main-menu-rate-app" = "Rate app";
 "main-menu-heading-zero" = "Wikipedia Zero";
 "main-menu-heading-legal" = "Mumbo jumbo";
diff --git a/wikipedia/qqq.lproj/Localizable.strings 
b/wikipedia/qqq.lproj/Localizable.strings
index 7d717e7..e3af9a5 100644
--- a/wikipedia/qqq.lproj/Localizable.strings
+++ b/wikipedia/qqq.lproj/Localizable.strings
@@ -156,5 +156,5 @@
 "open-link-cancel" = "Text for cancel button in popup menu of terms/license 
link options";
 "main-menu-zero-faq" = "Button text for showing the Wikipedia Zero Frequently 
Asked Questions (FAQ) document";
 "main-menu-privacy-policy" = "Button text for showing privacy policy";
-"main-menu-license" = "Button text for showing license";
 "main-menu-rate-app" = "Button text for showing the app in the app store so 
user can rate the app";
+"main-menu-terms-of-use" = "Button text for showing site terms of use";

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I83706fd16be962e4db22ff80871bbec48c0db713
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <br...@wikimedia.org>

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

Reply via email to