소스 검색

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: