Browse Source

Add new item for translate

Marino Faggiana 8 years ago
parent
commit
b57c2ea7d9

+ 3 - 3
iOSClient/Notification/CCNotification.swift

@@ -66,7 +66,7 @@ class CCNotification: UITableViewController, OCNetworkingDelegate {
         // No Action request
         // No Action request
         if notification.actions.count == 0 {
         if notification.actions.count == 0 {
             
             
-            let delete = UITableViewRowAction(style: .normal, title: NSLocalizedString("_delete_", comment: "")) { action, index in
+            let remove = UITableViewRowAction(style: .normal, title: NSLocalizedString("_remove_", comment: "")) { action, index in
 
 
                 tableView.setEditing(false, animated: true)
                 tableView.setEditing(false, animated: true)
 
 
@@ -80,9 +80,9 @@ class CCNotification: UITableViewController, OCNetworkingDelegate {
                 self.appDelegate.addNetworkingOperationQueue(self.appDelegate.netQueue, delegate: self, metadataNet: metadataNet)
                 self.appDelegate.addNetworkingOperationQueue(self.appDelegate.netQueue, delegate: self, metadataNet: metadataNet)
             }
             }
             
             
-            delete.backgroundColor = CCConstant.GlobalConstants.kColor_cryptocloud
+            remove.backgroundColor = CCConstant.GlobalConstants.kColor_cryptocloud
  
  
-            return [delete]
+            return [remove]
  
  
         } else {
         } else {
         // Action request
         // Action request

+ 1 - 0
iOSClient/en.lproj/Localizable.strings

@@ -56,6 +56,7 @@
 "_create_folder_"           = "Create folder";
 "_create_folder_"           = "Create folder";
 "_close_"                   = "Close";
 "_close_"                   = "Close";
 "_postpone_"                = "Postpone";
 "_postpone_"                = "Postpone";
+"_remove_"                  = "Remove";
 
 
 // App
 // App