mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Miscellaneous string fixes
Typo and punctuation fixes, and some rewording, based on a patch by Philip Withnall, bug https://bugzilla.gnome.org/review?bug=628193
This commit is contained in:
@@ -176,8 +176,8 @@ parse_nego_reply (const guint8 *data,
|
||||
case SOCKS5_AUTH_NO_ACCEPT:
|
||||
default:
|
||||
g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_PROXY_AUTH_FAILED,
|
||||
_("The SOCKSv5 proxy requires an authentication method that is not "
|
||||
"supported by GLib."));
|
||||
_("The SOCKSv5 proxy requires an authentication "
|
||||
"method that is not supported by GLib."));
|
||||
return FALSE;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user