$OpenBSD: patch-gtk_tr-window_c,v 1.5 2009/02/15 18:09:29 naddy Exp $
--- gtk/tr-window.c.orig	Sat Jan 17 16:25:47 2009
+++ gtk/tr-window.c	Tue Jan 20 20:59:57 2009
@@ -717,13 +717,13 @@ updateTorrentCount( PrivateData * p )
 
         if( torrentCount != visibleCount )
             g_snprintf( buf, sizeof( buf ),
-                        ngettext( "%1$'d of %2$'d Torrent",
-                                  "%1$'d of %2$'d Torrents",
+                        ngettext( "%1$d of %2$d Torrent",
+                                  "%1$d of %2$d Torrents",
                                   torrentCount ),
                         visibleCount, torrentCount );
         else
-            g_snprintf( buf, sizeof( buf ), ngettext( "%'d Torrent",
-                                                      "%'d Torrents",
+            g_snprintf( buf, sizeof( buf ), ngettext( "%d Torrent",
+                                                      "%d Torrents",
                                                       torrentCount ),
                         torrentCount );
         gtk_label_set_text( GTK_LABEL( p->gutter_lb ), buf );
