Add translator comments (#518578)

2008-02-25  Alexander Larsson  <alexl@redhat.com>

        * gfile.c:
        * ginputstream.c:
        * glocalfile.c:
        * gmount.c:
        * goutputstream.c:
	Add translator comments (#518578)


svn path=/trunk/; revision=6589
This commit is contained in:
Alexander Larsson
2008-02-25 13:47:00 +00:00
committed by Alexander Larsson
parent 637fa6e325
commit 9edb46455c
6 changed files with 32 additions and 2 deletions

View File

@@ -1079,6 +1079,9 @@ g_output_stream_set_pending (GOutputStream *stream,
if (stream->priv->pending)
{
/* Translators: This is an error you get if there is already
an operation running against this stream when you try to
start one */
g_set_error (error, G_IO_ERROR, G_IO_ERROR_PENDING,
_("Stream has outstanding operation"));
return FALSE;