changeset 1584:18069a9dca4a

Fix typo in OTR messages (Anne)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Oct 2009 17:01:44 +0200
parents c431fa9e2876
children da6a359c8a03
files mcabber/src/otr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
     }