apply patch for ngettext support by Christian Neumair <chris@gnome-de.org>

2003-10-20  Bastien Nocera  <hadess@hadess.net>

	* lib/read.c: (glibtop_read_l):
	* lib/read_data.c: (glibtop_read_data_l):
	* lib/write.c: (glibtop_write_l): apply patch for ngettext support
	by Christian Neumair <chris@gnome-de.org>
This commit is contained in:
Bastien Nocera
2003-10-20 21:33:01 +00:00
committed by Bastien Nocera
parent 07d991f383
commit 58b323cfab
4 changed files with 10 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ glibtop_read_data_l (glibtop *server)
}
if (ret < 0)
glibtop_error_io_r (server, _("read data %d bytes"));
glibtop_error_io_r (server, ngettext ("read data %d byte", "read data %d bytes", size));
return ptr;
}