Parcourir la source

【订阅】权益弹窗按钮文案调整

lizhe il y a 1 an
Parent
commit
75163d8c4c

+ 1 - 1
PDF Office/PDF Master/Class/KMLightMember/Controller/SubscriptionView/WaterMark/KMSubscribeWaterMarkWindowController.swift

@@ -99,7 +99,7 @@ class KMSubscribeWaterMarkWindowController: NSWindowController {
             if isContinue {
                 subscribeWaterMarkWindowController.waterMarkView.waterExportButton.title = NSLocalizedString("Continue", comment: "")
             } else {
-                subscribeWaterMarkWindowController.waterMarkView.waterExportButton.title = NSLocalizedString("带水印保存", comment: "")
+                subscribeWaterMarkWindowController.waterMarkView.waterExportButton.title = NSLocalizedString("Save with Watermark", comment: "")
             }
             
             subscribeWaterMarkWindowController.closeAction = { controller in

+ 1 - 1
PDF Office/PDF Master/Class/KMLightMember/Controller/SubscriptionView/WaterMark/View/KMSubscribeWaterMarkView.xib

@@ -81,7 +81,7 @@
                                 <constraint firstAttribute="width" constant="192" id="I32-Vf-pIP"/>
                                 <constraint firstAttribute="height" constant="40" id="iRU-jD-Beh"/>
                             </constraints>
-                            <buttonCell key="cell" type="square" title="带水印保存" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="Snj-A2-m7D">
+                            <buttonCell key="cell" type="square" title="Save with Watermark" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="Snj-A2-m7D">
                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                 <font key="font" metaFont="system"/>
                             </buttonCell>