mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 01:10:17 +01:00
#300822 - Fix spelling & grammar mistake in VPN login failure dialog
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@575 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
6d31ac563f
commit
77acc8685d
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ void nmwa_schedule_vpn_login_failure_dialog (NMWirelessApplet *applet, const cha
|
|||
g_return_if_fail (vpn_name != NULL);
|
||||
g_return_if_fail (error_msg != NULL);
|
||||
|
||||
msg = g_strdup_printf (_("<span weight=\"bold\" size=\"larger\">VPN Login Failure</span>\n\nCould not connection to the"
|
||||
msg = g_strdup_printf (_("<span weight=\"bold\" size=\"larger\">VPN Login Failure</span>\n\nCould not start the "
|
||||
"VPN connection '%s' due to a login failure.\n\nThe VPN service said: \"%s\""), vpn_name, error_msg);
|
||||
g_idle_add ((GSourceFunc) nmwa_show_vpn_login_failure_dialog, msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue