]> git.saurik.com Git - cydia.git/commitdiff
Tighten ALL_SOURCES_EX width/string to make it fit.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 12 Jun 2014 08:53:13 +0000 (01:53 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 12 Jun 2014 08:53:13 +0000 (01:53 -0700)
MobileCydia.app/en.lproj/Localizable.strings
MobileCydia.mm

index 122bbbb46dd8ace17e16abdf0b0bfe9323744c59..9baea5e1e4f6fada31715097155f1d4f91460129 100644 (file)
@@ -8,7 +8,7 @@
 "ADVANCED_SEARCH" = "Advanced Search";
 "ALL_PACKAGES" = "All Packages";
 "ALL_SOURCES" = "All Sources";
 "ADVANCED_SEARCH" = "Advanced Search";
 "ALL_PACKAGES" = "All Packages";
 "ALL_SOURCES" = "All Sources";
-"ALL_SOURCES_EX" = "combined package list from below sources";
+"ALL_SOURCES_EX" = "combined package list for below sources";
 "APPLE" = "Apple";
 "AUTHOR" = "Author";
 "AVAILABLE_UPGRADES" = "Available Upgrades";
 "APPLE" = "Apple";
 "AUTHOR" = "Author";
 "AVAILABLE_UPGRADES" = "Available Upgrades";
index 477010161fc53509f702eed0916ea96132c9a14d..7b1cff094e8cee64d48b8bb5613fbef901938906 100644 (file)
@@ -8267,11 +8267,11 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
 
     if (!highlighted)
         UISetColor(Black_);
 
     if (!highlighted)
         UISetColor(Black_);
-    [origin_ drawAtPoint:CGPointMake(52, 8) forWidth:(width - 61) withFont:Font18Bold_ lineBreakMode:NSLineBreakByTruncatingTail];
+    [origin_ drawAtPoint:CGPointMake(52, 8) forWidth:(width - 49) withFont:Font18Bold_ lineBreakMode:NSLineBreakByTruncatingTail];
 
     if (!highlighted)
         UISetColor(Gray_);
 
     if (!highlighted)
         UISetColor(Gray_);
-    [label_ drawAtPoint:CGPointMake(52, 29) forWidth:(width - 61) withFont:Font12_ lineBreakMode:NSLineBreakByTruncatingTail];
+    [label_ drawAtPoint:CGPointMake(52, 29) forWidth:(width - 49) withFont:Font12_ lineBreakMode:NSLineBreakByTruncatingTail];
 }
 
 - (void) setFetch:(NSNumber *)fetch {
 }
 
 - (void) setFetch:(NSNumber *)fetch {