From bca2a941861cdcb8e124e5a0f9fd08198958d0f6 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Sun, 22 Jan 2012 19:00:50 +0100
Subject: [PATCH] Minimal strings updates

---
 vcsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcsh b/vcsh
index 18e9dfd..d3e2329 100755
--- a/vcsh
+++ b/vcsh
@@ -94,7 +94,7 @@ delete() {
 $files
 
 AGAIN, THIS WILL DELETE YOUR DATA!
-To continue, type \"Yes, do as I say\""
+To continue, type 'Yes, do as I say'"
 	read answer
 	[ "x$answer" = "xYes, do as I say" ] || exit 16
 	for file in $files; do
-- 
GitLab