From 58f231ad12ac9f722d1bd9a39e6e3ba72560d051 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Mon, 27 Sep 2021 14:14:24 +0100 Subject: [PATCH] Slightly improve add clipboard hover message for schematic list --- worldedit-core/src/main/resources/lang/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldedit-core/src/main/resources/lang/strings.json b/worldedit-core/src/main/resources/lang/strings.json index 5558afce7..9ad7faab6 100644 --- a/worldedit-core/src/main/resources/lang/strings.json +++ b/worldedit-core/src/main/resources/lang/strings.json @@ -391,7 +391,7 @@ "worldedit.schematic.unload": "Unload", "worldedit.schematic.delete": "delete", "worldedit.schematic.visualize": "visualize", - "worldedit.schematic.clipboard": "Add to clipboard", + "worldedit.schematic.clipboard": "Add to (multi-)clipboard", "worldedit.schematic.unknown-filename": "Unknown filename: {0}", "worldedit.schematic.file-not-exist": "File could not be read or it does not exist: {0}", "worldedit.schematic.already-exists": "That schematic already exists!",