Marino Faggiana 6 роки тому
батько
коміт
38bf5975ab

+ 3 - 1
iOSClient/Settings/CCAdvanced.m

@@ -118,7 +118,8 @@
     
     section = [XLFormSectionDescriptor formSection];
     [form addFormSection:section];
-    
+    section.footerTitle = NSLocalizedString(@"_clear_cache_footer_", nil);
+
     // Clear cache
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"azzeracache" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_clear_cache_no_size_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
@@ -132,6 +133,7 @@
     
     section = [XLFormSectionDescriptor formSection];
     [form addFormSection:section];
+    section.footerTitle = NSLocalizedString(@"_exit_footer_", nil);
     
     // Exit
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"esci" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_exit_", nil)];

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

@@ -138,7 +138,9 @@
 "_contact_by_email_"            = "Contact us by email";
 "_clear_cache_"                 = "Clear cache (%@ used)";
 "_clear_cache_no_size_"         = "Clear cache";
-"_exit_"                        = "Exit";
+"_clear_cache_footer_"          = "Clear downloaded and offline files";
+"_exit_"                        = "Reset application";
+"_exit_footer_"                 = "Remove all accounts and local data";
 "_funct_not_enabled_"           = "Functionality not enabled";
 "_passcode_activate_"           = "Password lock on";
 "_disabling_passcode_"          = "Removing password lock";