marinofaggiana 3 年之前
父节点
当前提交
dbb7da306e
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 2 2
      iOSClient/Settings/CCAdvanced.m
  2. 1 2
      iOSClient/Supporting Files/en.lproj/Localizable.strings

+ 2 - 2
iOSClient/Settings/CCAdvanced.m

@@ -233,9 +233,9 @@
     };
     [section addFormRow:row];
     
-    // Section : CleanUp / Clear cache --------------------------------------------------------------
+    // Section : Delete files / Clear cache --------------------------------------------------------------
 
-    section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_cleanup_", nil)];
+    section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_delete_files_desc_", nil)];
     [form addFormSection:section];
     section.footerTitle = NSLocalizedString(@"_clear_cache_footer_", nil);
 

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

@@ -803,8 +803,7 @@
 "_save_as_copy_"            = "Save as copy";
 "_discard_changes_"         = "Close and discard changes";
 "_message_disable_overwrite_livephoto_" = "This image it's a Live Photo, the overwrite will not possible";
-"_cleanup_"                 = "Cleanup";
-"_delete_old_files_desc_"   = "Delete old files to free up space";
+"_delete_files_desc_"       = "Delete files to free up space";
 "_delete_old_files_"        = "Delete all files older than";
 "_never_"                   = "Never";
 "_1_year_"                  = "1 Year";