Fix a mixup of singular and plural

Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=695339
This commit is contained in:
Matthias Clasen 2013-03-07 16:44:36 -05:00
parent b3dc7e734d
commit f1173dd725

View File

@ -1380,8 +1380,8 @@ read_string (GMemoryBuffer *mbuf,
G_IO_ERROR,
G_IO_ERROR_INVALID_ARGUMENT,
g_dngettext (GETTEXT_PACKAGE,
"Wanted to read %lu bytes but only got %lu",
"Wanted to read %lu byte but only got %lu",
"Wanted to read %lu bytes but only got %lu",
(gulong)len),
(gulong)len,
(gulong)mbuf->valid_len - mbuf->pos);