Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 17 Apr 2005 21:18:53 +0000 (21:18 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 17 Apr 2005 21:18:53 +0000 (21:18 +0000)
- small fix

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@268 e385b8ad-14ed-0310-8656-cc95a2468c6d

crypt-gpgme.c

index ae77632..5bae449 100644 (file)
@@ -2960,7 +2960,7 @@ static void verify_key (crypt_key_t * key)
 
   mutt_mktemp (tempfile);
   if (!(fp = safe_fopen (tempfile, "w"))) {
-    mutt_perror _("Can't create temporary file");
+    mutt_perror (_("Can't create temporary file"));
 
     return;
   }