Fixed error messages. Closes #162406.

* lib/read_data.c: (glibtop_read_data_l):
	* lib/write.c: (glibtop_write_l): Fixed error messages.
	Closes #162406.
This commit is contained in:
Benoît Dejean
2004-12-29 00:14:29 +00:00
parent bffc09b594
commit c22300d109
3 changed files with 9 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ glibtop_read_data_l (glibtop *server)
if (ret < 0)
glibtop_error_io_r (server,
ngettext ("read data %lu byte", "read data %lu bytes",
ngettext ("read %lu byte of data",
"read %lu bytes of data",
(unsigned long) size));
return ptr;