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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user