Преглед изворни кода

VLCCloudServicesTableViewController: Rename Cloud Services to iCloud

(closes #639)
Soomin Lee пре 5 година
родитељ
комит
01662d0419
1 измењених фајлова са 1 додато и 1 уклоњено
  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: