Marino Faggiana %!s(int64=6) %!d(string=hai) anos
pai
achega
c8caa039c1

+ 1 - 4
iOSClient/Create/CCCreateCloud.swift

@@ -711,7 +711,7 @@ class CreateFormUploadScanDocument: XLFormViewController, CCMoveDelegate {
     
     func initializeForm() {
         
-        let form : XLFormDescriptor = XLFormDescriptor() as XLFormDescriptor
+        let form : XLFormDescriptor = XLFormDescriptor(title: NSLocalizedString("_save_settings_", comment: "")) as XLFormDescriptor
         form.rowNavigationOptions = XLFormRowNavigationOptions.stopDisableRow
         
         var section : XLFormSectionDescriptor
@@ -781,7 +781,6 @@ class CreateFormUploadScanDocument: XLFormViewController, CCMoveDelegate {
                 self.fileName = CCUtility.removeForbiddenCharactersServer(fileNameNew as! String)
             }
             
-            self.title = self.fileName
             formRow.value = self.fileName
             
             self.updateFormRow(formRow)
@@ -820,8 +819,6 @@ class CreateFormUploadScanDocument: XLFormViewController, CCMoveDelegate {
         
         super.viewDidLoad()
         
-        self.title = self.fileName
-
         let saveButton : UIBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_save_", comment: ""), style: UIBarButtonItemStyle.plain, target: self, action: #selector(save))
         self.navigationItem.rightBarButtonItem = saveButton
         

+ 1 - 0
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -87,6 +87,7 @@
 "_select_dir_media_tab_"    = "Select as folder \"Media\"";
 "_error_creation_file_"     = "Ops! Could not create the file";
 "_save_path_"               = "Save path";
+"_save_settings_"           = "Save settings";
 
 // App