From d1421926f9daf2963b976da1dde300acd06751f1 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 12 Sep 2013 12:30:38 +0200 Subject: [PATCH] actions: neatified message for failed verification --- src/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.cpp b/src/actions.cpp index 38202ed..795370c 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -888,7 +888,7 @@ int action_decrypt_verify (bool armor, bool yes, if (r) { if (!yes) { err ("notice: not displaying unverified message"); - err ("info: to see it, use yes option"); + err ("info: to see it, use the `yes' option"); } else { err ("warning: following message is UNVERIFIED"); }