Browse Source

首页 - 快捷工具栏 - 字母大小写(F->f)(已修复)

tangchao 1 year ago
parent
commit
e64e1f3706

+ 1 - 1
PDF Office/PDF Master/Class/Home/ViewController/KMFastToolCollectionViewItem.swift

@@ -95,7 +95,7 @@ class KMFastToolMode: NSObject {
             break
         case .PDFToWord:
             mode.toolTitle = NSLocalizedString("PDF To Word", comment: "")
-            mode.toolSubtitle = NSLocalizedString("Convert PDF to Word, Fonts & formatting get converted", comment: "")
+            mode.toolSubtitle = NSLocalizedString("Convert PDF to Word, fonts & formatting get converted", comment: "")
             mode.toolImageName = "icon_pdftools_pdfToWord"
             break
         case .PDFToImage:

+ 1 - 1
PDF Office/PDF Master/Strings/en.lproj/Localizable.strings

@@ -26,7 +26,7 @@
 "Easily batch encrypt PDFs or decrypt the protected files" = "Easily batch encrypt PDFs or decrypt the protected files";
 "Turn your PDF into a formatted PPT file that you can edit" = "Turn your PDF into a formatted PPT file that you can edit";
 "Turn PDF table into a formatted Excel file" = "Turn PDF table into a formatted Excel file";
-"Convert PDF to Word, Fonts & formatting get converted" = "Convert PDF to Word, Fonts & formatting get converted";
+"Convert PDF to Word, fonts & formatting get converted" = "Convert PDF to Word, fonts & formatting get converted";
 "Convert PDF to image, such as JPEG, JPG, PNG, GIF, TIFF, TAG,BMP" = "Convert PDF to image, such as JPEG, JPG, PNG, GIF, TIFF, TAG,BMP";
 "Protect PDFs with image/text watermarks from plagiarism" = "Protect PDFs with image/text watermarks from plagiarism";
 "Customize PDFs background with colors or images" = "Customize PDFs background with colors or images";