I missed, the last.
Index: main.c
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/ui/gtk/main.c,v
retrieving revision 1.13
diff -u -r1.13 main.c
--- main.c 19 Jan 2005 20:56:06 -0000 1.13
+++ main.c 24 Jan 2005 12:19:00 -0000
@@ -777,7 +777,8 @@
label_shutdown_count = GTK_LABEL
(lookup_widget(shutdown_window, "label_shutdown_count"));
- gm_snprintf(tmp, sizeof(tmp), "%d seconds", left);
+ gm_snprintf(tmp, sizeof(tmp), NG_("%d second", "%d seconds", left),
+ left);
gtk_label_set(label_shutdown_count,tmp);
gtk_main_flush();
Thanks.
--
Daichi
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel