Brion VIBBER has submitted this change and it was merged.

Change subject: Lower case "u" in terms of use. More menu padding adjustment.
......................................................................


Lower case "u" in terms of use. More menu padding adjustment.

Change-Id: Id167df0843f7203a349aca7eae59a380ebf7cf21
---
M wikipedia/View Controllers/Navigation/Secondary/SecondaryMenuRowView.m
M wikipedia/en.lproj/Localizable.strings
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved



diff --git a/wikipedia/View 
Controllers/Navigation/Secondary/SecondaryMenuRowView.m b/wikipedia/View 
Controllers/Navigation/Secondary/SecondaryMenuRowView.m
index b7e2f20..fae9d16 100644
--- a/wikipedia/View Controllers/Navigation/Secondary/SecondaryMenuRowView.m
+++ b/wikipedia/View Controllers/Navigation/Secondary/SecondaryMenuRowView.m
@@ -79,7 +79,7 @@
             break;
         case ROW_TYPE_SELECTION:
             self.insetTopBorderHeightConstraint.constant = 0;
-            self.textLabel.padding = UIEdgeInsetsMake(6, 0, 6, 0);
+            self.textLabel.padding = UIEdgeInsetsMake(10, 0, 10, 0);
             self.backgroundColor = [UIColor whiteColor];
             
             break;
diff --git a/wikipedia/en.lproj/Localizable.strings 
b/wikipedia/en.lproj/Localizable.strings
index 99b537a..7de1a32 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-terms-of-use" = "Terms of Use";
+"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";

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id167df0843f7203a349aca7eae59a380ebf7cf21
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Mhurd <mh...@wikimedia.org>
Gerrit-Reviewer: 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