소스 검색

国际化

jsonwang 3 년 전
부모
커밋
6c91e7066e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -1943,7 +1943,7 @@ public class BFRecordScreenController: BFBaseViewController {
     func changeWithDrawBtnLayout(_ type: Int) {
         switch type {
         case 3:
-            withDrawBtn.setTitle("撤销删除", for: .normal)
+            withDrawBtn.setTitle("record_recover".BFLocale, for: .normal)
         case 2:
             withDrawBtn.setTitle("record_undo".BFLocale, for: .normal)
         default: