diff mcabber/src/otr.c @ 1584:18069a9dca4a

Fix typo in OTR messages (Anne)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Oct 2009 17:01:44 +0200
parents c8be6c2243d6
children a087125d8fc8
line wrap: on
line diff
--- a/mcabber/src/otr.c	Sun Oct 04 16:58:04 2009 +0200
+++ b/mcabber/src/otr.c	Sun Oct 04 17:01:44 2009 +0200
@@ -538,7 +538,7 @@
   if (ctx) {
     if (!ctx->smstate->secret) {
       scr_LogPrint(LPRINT_LOGNORM,
-                   "Don't call smpr before you haven't received an SMP "
+                   "Don't call smpr until you have received an SMP "
                    "Initiation!");
       return;
     }