浏览代码

change string

Marino Faggiana 8 年之前
父节点
当前提交
0bd577260e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      iOSClient/Settings/CCSettings.m
  2. 1 1
      iOSClient/en.lproj/Localizable.strings

+ 1 - 1
iOSClient/Settings/CCSettings.m

@@ -187,7 +187,7 @@
     
     section = [XLFormSectionDescriptor formSection];
     [form addFormSection:section];
-    section.footerTitle = [NSString stringWithFormat:NSLocalizedString(@"_favorite_folders_offline_footer_", nil), _brand_];
+    section.footerTitle = NSLocalizedString(@"_favorite_folders_offline_footer_", nil);
     
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"favoritefoldersoffline" rowType:XLFormRowDescriptorTypeBooleanSwitch title:NSLocalizedString(@"_favorite_folders_offline_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];

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

@@ -138,7 +138,7 @@
 "_user_twitter_"            = "Twitter";
 "_quota_using_"             = "You are using %@ of %@";
 "_favorite_folders_offline_"           = "All favorite folders available offline";
-"_favorite_folders_offline_footer_"    = "Making all favorite folders available offline may take a long time with a high memory occupation. The sync will run at next start of %@";
+"_favorite_folders_offline_footer_"    = "Making all favorite folders available offline may take a long time with a high memory occupation.";
 
 // Manage Camera Upload