From 0d635e967b77eef7fd0f675a45d9fa1ef1b6e299 Mon Sep 17 00:00:00 2001 From: NI Date: Mon, 12 Aug 2019 15:20:55 +0800 Subject: [PATCH] Change wording. --- ui/widgets/screen_console.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widgets/screen_console.vue b/ui/widgets/screen_console.vue index 7ce1a53..36b59dd 100644 --- a/ui/widgets/screen_console.vue +++ b/ui/widgets/screen_console.vue @@ -131,7 +131,7 @@ class Term { alert( "Unable to paste: " + e + - ". Consider paste without using hot key" + ". Please try again without using the Control+Shift+V hot key" ); } return;