$OpenBSD: patch-gtk_blocklist_c,v 1.2 2009/02/15 18:09:29 naddy Exp $
--- gtk/blocklist.c.orig	Thu Jan 29 19:29:04 2009
+++ gtk/blocklist.c	Fri Jan 30 12:03:27 2009
@@ -146,7 +146,7 @@ blocklistThreadFunc( gpointer gcore )
     if( ok )
     {
         emitProgress( core, TRUE, _(
-                          "Blocklist updated with %'d entries" ), rules );
+                          "Blocklist updated with %d entries" ), rules );
         pref_int_set( BLOCKLIST_DATE, time( NULL ) );
     }
 
