From 77acc8685db4832bf7cc752db0d01f228a5741cb Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 16 Apr 2005 03:49:20 +0000 Subject: [PATCH] #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 --- panel-applet/NMWirelessApplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-applet/NMWirelessApplet.c b/panel-applet/NMWirelessApplet.c index 1cdd584aac..6b04dd6916 100644 --- a/panel-applet/NMWirelessApplet.c +++ b/panel-applet/NMWirelessApplet.c @@ -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 (_("VPN Login Failure\n\nCould not connection to the" + msg = g_strdup_printf (_("VPN Login Failure\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); }