marinofaggiana 5 年之前
父節點
當前提交
c4a39ee970
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      iOSClient/Main/Menu/CCMain+Menu.swift

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

@@ -280,7 +280,7 @@ extension CCMain {
             if (!(metadata.fileName == autoUploadFileName && metadata.serverUrl == autoUploadDirectory) && !lockDirectory && !isFolderEncrypted) {
                 actions.append(
                     NCMenuAction(
-                        title: NSLocalizedString("_move_", comment: ""),
+                        title: NSLocalizedString("_copy_or_move_", 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("_move_", comment: ""),
+                        title: NSLocalizedString("_copy_or_move_", comment: ""),
                         icon: CCGraphics.changeThemingColorImage(UIImage(named: "move"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
                         action: { menuAction in
                             self.moveOpenWindow([indexPath])