diff options
Diffstat (limited to '')
-rw-r--r-- | g10/g10.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |