Marino Faggiana 6 年 前
コミット
96c0be7866

+ 1 - 1
iOSClient/Main/CCMore.swift

@@ -117,7 +117,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
 #if DEBUG
         // ITEM : Scan
         item = OCExternalSites.init()
-        item.name = "_scan_"
+        item.name = "_scanned_images_"
         item.icon = "scan"
         item.url = "Scanopen"
         functionMenu.append(item)

+ 2 - 1
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -561,7 +561,8 @@
 
 // Scan Document
 
-"_scans_document_"                   = "Scans document";
+"_scans_document_"                  = "Scans document";
+"_scanned_images_"                  = "Scanned images";
 
 /* The title on the navigation bar of the Scanning screen. */
 "wescan.scanning.title"             = "Scanning";