ソースを参照

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

huangxiaodong 1 年間 前
コミット
7f1145e38e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      创维盒子/双子星云手机/Class/Set/previewFile/view/shareBySecretView.m

+ 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];