mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Fix a mixup of singular and plural
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=695339
This commit is contained in:
parent
b3dc7e734d
commit
f1173dd725
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user