Преглед на файлове

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: