aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index f345cb39f..e1b9fb7f9 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -3896,7 +3896,7 @@ add_notation_data( const char *string, int which )
}
if (saw_at > 1)
{
- log_error(_("a notation name must contain more than "
+ log_error(_("a notation name must not contain more than "
"one '@' character\n"));
return;
}