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:
Matthias Clasen
2012-08-16 23:02:41 -04:00
parent e4dc223e9d
commit 6bee6dbce5
8 changed files with 19 additions and 19 deletions

View File

@@ -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;
}