String fixes

svn path=/trunk/; revision=6370
This commit is contained in:
Matthias Clasen
2008-01-25 06:10:29 +00:00
parent c3d7de6859
commit af7645a498
5 changed files with 23 additions and 8 deletions

View File

@@ -480,7 +480,8 @@ g_buffered_input_stream_fill_async (GBufferedInputStream *stream,
callback,
user_data,
G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT,
_("Too large count value passed to g_input_stream_read_async"));
_("Too large count value passed to %s"),
G_GNUC_PRETTY_FUNCTION);
return;
}