marinofaggiana vor 5 Jahren
Ursprung
Commit
6e877cbe4e
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      iOSClient/Main/Menu/CCMain+Menu.swift

+ 3 - 3
iOSClient/Main/Menu/CCMain+Menu.swift

@@ -148,7 +148,7 @@ extension CCMain {
 
         actions.append(
             NCMenuAction(
-                title: NSLocalizedString("_move_selected_files_", comment: ""),
+                title: NSLocalizedString("_move_or_copy_selected_files_", comment: ""),
                 icon: CCGraphics.changeThemingColorImage(UIImage(named: "move"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
                 action: { menuAction in
                     self.moveOpenWindow(self.tableView.indexPathsForSelectedRows)
@@ -280,7 +280,7 @@ extension CCMain {
             if (!(metadata.fileName == autoUploadFileName && metadata.serverUrl == autoUploadDirectory) && !lockDirectory && !isFolderEncrypted) {
                 actions.append(
                     NCMenuAction(
-                        title: NSLocalizedString("_copy_or_move_", comment: ""),
+                        title: NSLocalizedString("_move_or_copy_", comment: ""),
                         icon: CCGraphics.changeThemingColorImage(UIImage(named: "move"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
                         action: { menuAction in
                             self.moveOpenWindow([indexPath])
@@ -443,7 +443,7 @@ extension CCMain {
             if (!metadataFolder.e2eEncrypted) {
                 actions.append(
                     NCMenuAction(
-                        title: NSLocalizedString("_copy_or_move_", comment: ""),
+                        title: NSLocalizedString("_move_or_copy_", comment: ""),
                         icon: CCGraphics.changeThemingColorImage(UIImage(named: "move"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
                         action: { menuAction in
                             self.moveOpenWindow([indexPath])