String Changes in gnome-applets.



Hello.

The attached patch fragment is part of a commit that is now in CVS as
version 1.94.

If there is a better (more preferred?) way of reporting string changes,
please let me know.

Cheers

Index: battstat_applet.c
===================================================================
RCS file: /cvs/gnome/gnome-applets/battstat/battstat_applet.c,v
retrieving revision 1.93
diff -u -r1.93 battstat_applet.c
--- battstat_applet.c	13 Jan 2005 13:17:07 -0000	1.93
+++ battstat_applet.c	14 Jan 2005 02:46:00 -0000
@@ -313,8 +380,8 @@
 						hours), hours, info->percent);
 			else
 				return g_strdup_printf (ngettext (
-						"%d hour (%d%%) until charged (%d%%)",
-						"%d hours (%d%%) until charged (%d%%)",
+						"%d hour until charged (%d%%)",
+						"%d hours until charged (%d%%)",
 						hours), hours, info->percent);
 		else
 			if (!info->on_ac_power)




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