gsocket: fix a cut-and-pasted error message
authorDan Winship <danw@gnome.org>
Tue, 30 Jul 2013 13:12:48 +0000 (09:12 -0400)
committerDan Winship <danw@gnome.org>
Tue, 30 Jul 2013 13:13:18 +0000 (09:13 -0400)
gio/gsocket.c

index 7c1422b..e31ca0e 100644 (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