Forráskód Böngészése

【IOS端】选中图片进行私密分享,分享弹窗【取消分享】修改成【取消】

huangxiaodong 1 éve%!(EXTRA string=óta)
szülő
commit
7f1145e38e

+ 1 - 1
创维盒子/双子星云手机/Class/Set/previewFile/view/shareBySecretView.m

@@ -175,7 +175,7 @@
     }];
     
     UIButton*cancleButton = [[UIButton alloc] init];
-    [cancleButton setTitle:NSLocalizedString(@"cancel_share_title",nil) forState:UIControlStateNormal];
+    [cancleButton setTitle:NSLocalizedString(@"other_cancel",nil) forState:UIControlStateNormal];
     [cancleButton setTitleColor:HW0A132BColor forState:UIControlStateNormal];
     cancleButton.titleLabel.font = [UIFont systemFontOfSize:14.0];
     [cancleButton addTarget:self action:@selector(didClickButtonFun:) forControlEvents:UIControlEventTouchUpInside];