From e9eb0da2b3ddd971512036a1ea73261a9a8399ad Mon Sep 17 00:00:00 2001 From: Gustas Date: Sun, 15 Sep 2024 17:05:37 +0300 Subject: [PATCH] Improve map editor Copy-Paste tooltip --- mods/cnc/languages/chrome/en.ftl | 4 ++-- mods/common/languages/chrome/en.ftl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/cnc/languages/chrome/en.ftl b/mods/cnc/languages/chrome/en.ftl index 06ae371f42..931fae5d3c 100644 --- a/mods/cnc/languages/chrome/en.ftl +++ b/mods/cnc/languages/chrome/en.ftl @@ -87,11 +87,11 @@ button-map-editor-tab-container-history-tooltip = History button-editor-world-root-copy = .label = Copy - .tooltip = Copy + .tooltip = Copy the selected area button-editor-world-root-paste = .label = Paste - .tooltip = Paste + .tooltip = Paste the saved area button-editor-world-root-undo = .label = Undo diff --git a/mods/common/languages/chrome/en.ftl b/mods/common/languages/chrome/en.ftl index d5961b3149..9917541a2f 100644 --- a/mods/common/languages/chrome/en.ftl +++ b/mods/common/languages/chrome/en.ftl @@ -87,11 +87,11 @@ button-editor-world-root-options = button-editor-world-root-copy = .label = Copy - .tooltip = Copy + .tooltip = Copy the selected area button-editor-world-root-paste = .label = Paste - .tooltip = Paste + .tooltip = Paste the saved area button-editor-world-root-undo = .label = Undo