aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DragManager.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-07-17 12:18:25 -0400
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-07-17 12:18:25 -0400
commit824093d9572a3ba991544b481447199fc653c61a (patch)
treed55fe82768a397521c1e4ae9c8d4c5823bc6d9aa /src/client/util/DragManager.ts
parentd6e313be26323d7e8265714665c71e2d571764ae (diff)
parent212d49772c1c2aa3d0a9382ef144dc3037faa8c2 (diff)
merging
Diffstat (limited to 'src/client/util/DragManager.ts')
-rw-r--r--src/client/util/DragManager.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts
index d8c2f913e..88bf6f36d 100644
--- a/src/client/util/DragManager.ts
+++ b/src/client/util/DragManager.ts
@@ -340,7 +340,7 @@ export namespace DragManager {
dragLabel.style.zIndex = "100001";
dragLabel.style.fontSize = "10px";
dragLabel.style.position = "absolute";
- dragLabel.innerText = "press 'a' to embed on drop"; // bcz: need to move this to a status bar
+ dragLabel.innerText = "drag titlebar to embed on drop"; // bcz: need to move this to a status bar
dragDiv.appendChild(dragLabel);
DragManager.Root().appendChild(dragDiv);
}