소스 검색

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