giftcurs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[giFTcurs-commits] giFTcurs/src gift.c


From: Göran Weinholt
Subject: [giFTcurs-commits] giFTcurs/src gift.c
Date: Tue, 09 Sep 2003 16:06:07 -0400

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Göran Weinholt <address@hidden> 03/09/09 16:06:07

Modified files:
        src            : gift.c 

Log message:
        Grammar fix.

Patches:
Index: giFTcurs/src/gift.c
diff -u giFTcurs/src/gift.c:1.207 giFTcurs/src/gift.c:1.208
--- giFTcurs/src/gift.c:1.207   Mon Sep  8 13:47:23 2003
+++ giFTcurs/src/gift.c Tue Sep  9 16:06:06 2003
@@ -18,7 +18,7 @@
  * along with giFTcurs; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,  USA.
  *
- * $Id: gift.c,v 1.207 2003/09/08 17:47:23 saturn Exp $
+ * $Id: gift.c,v 1.208 2003/09/09 20:06:06 weinholt Exp $
  */
 #include "giftcurs.h"
 
@@ -63,7 +63,7 @@
        guint id = bitmap_find_unset(id_bitmap, sizeof id_bitmap);
 
        if (G_UNLIKELY(id == -1)) {
-               g_message(_("Run out of id's, please cancel some searches."));
+               g_message(_("I'm all out of id's, Jim. Maybe you could cancel a 
search?"));
                return -1;
        }
        g_assert(id > 0);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]