Răsfoiți Sursa

Rename Class

Marino Faggiana 8 ani în urmă
părinte
comite
4b69f93fec

+ 2 - 2
iOSClient/Create/CCCreateCloud.swift

@@ -198,9 +198,9 @@ class CreateMenuAdd: NSObject {
 
 }
 
-// MARK: - CreateFormUpload
+// MARK: - CreateFormUploadAssets
 
-class CreateFormUpload: XLFormViewController, CCMoveDelegate {
+class CreateFormUploadAssets: XLFormViewController, CCMoveDelegate {
     
     var localServerUrl : String?
     var titleLocalServerUrl : String?

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -697,7 +697,7 @@
 {
     [picker dismissViewControllerAnimated:YES completion:^{
         
-        CreateFormUpload *form = [[CreateFormUpload alloc] init:_titleMain localServerUrl:_localServerUrl assets:assets cryptated:_isPickerCriptate session:upload_session];
+        CreateFormUploadAssets *form = [[CreateFormUploadAssets alloc] init:_titleMain localServerUrl:_localServerUrl assets:assets cryptated:_isPickerCriptate session:upload_session];
         form.title = NSLocalizedString(@"_upload_photos_videos_", nil);
         
         UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:form];

+ 1 - 1
iOSClient/en.lproj/Localizable.strings

@@ -474,7 +474,7 @@
 
 "_save_document_picker_"            = "Save here";
 
-// CreateFormUpload
+// CreateFormUploadAssets
 
 "_destination_folder_"              = "Destination folder";
 "_use_folder_photos_"               = "Use the folder Photos as destination";