gsocket: fix a cut-and-pasted error message

This commit is contained in:
Dan Winship 2013-07-30 09:12:48 -04:00
parent 0f46a48ee3
commit 54a76e24b3

View File

@ -4354,7 +4354,7 @@ g_socket_get_credentials (GSocket *socket,
g_set_error (error,
G_IO_ERROR,
socket_io_error_from_errno (errsv),
_("Unable to get pending error: %s"),
_("Unable to read socket credentials: %s"),
socket_strerror (errsv));
}
else