Przeglądaj źródła

VLCCloudServicesTableViewController: Rename Cloud Services to iCloud

(closes #639)
Soomin Lee 5 lat temu
rodzic
commit
01662d0419
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Sources/VLCCloudServicesTableViewController.m

+ 1 - 1
Sources/VLCCloudServicesTableViewController.m

@@ -175,7 +175,7 @@
         case 4:
             //Cloud Drives
             cell.icon.image = [UIImage imageNamed:@"iCloudCell"];
-            cell.lonesomeCloudTitle.text = NSLocalizedString(@"CLOUD_SERVICES", nil);
+            cell.lonesomeCloudTitle.text = @"iCloud";
             cell.cloudTitle.text = cell.cloudInformation.text = @"";
             break;
         default: