Disable i18n here.

This commit is contained in:
Martin Baulig
2000-01-09 14:24:16 +00:00
parent 9b8fd192d0
commit a1c574c502
4 changed files with 8 additions and 8 deletions

View File

@@ -48,5 +48,5 @@ glibtop_write_i (glibtop *server, glibtop_backend *backend,
ret = write (backend->_priv->output [1], buf, size);
if (ret < 0)
glibtop_error_io_r (server, _("write %d bytes"), size);
glibtop_error_io_r (server, "write %d bytes", size);
}