summaryrefslogtreecommitdiffstats
path: root/src/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt.c')
-rw-r--r--src/crypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypt.c b/src/crypt.c
index f82ee7bdb7..47617e9a9c 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -513,7 +513,7 @@ crypt_check_method(int method)
if (method < CRYPT_M_BF2)
{
msg_scroll = TRUE;
- MSG(_("Warning: Using a weak encryption method; see :help 'cm'"));
+ msg(_("Warning: Using a weak encryption method; see :help 'cm'"));
}
}
@@ -555,7 +555,7 @@ crypt_get_key(
{
if (p2 != NULL && STRCMP(p1, p2) != 0)
{
- MSG(_("Keys don't match!"));
+ msg(_("Keys don't match!"));
crypt_free_key(p1);
crypt_free_key(p2);
p2 = NULL;