Browse Source

add string

Marino Faggiana 6 years ago
parent
commit
624da2bcfe

+ 1 - 1
iOSClient/Main/CCMore.swift

@@ -128,7 +128,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
         if capabilities != nil && capabilities!.versionMajor >= Int(k_trash_version_available) {
             
             item = OCExternalSites.init()
-            item.name = "_trash_"
+            item.name = "_trash_view_"
             item.icon = "trash"
             item.url = "segueTrash"
             functionMenu.append(item)

+ 4 - 0
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -598,3 +598,7 @@
 /* The title on the navigation bar of the Review screen. */
 "wescan.review.title"               = "Review";
 
+// Trah
+
+"_trash_view_"                      = "Deleted files";
+