From e67a33eb4ca6268bdeb4606b58994b5c952e66ff Mon Sep 17 00:00:00 2001 From: Antony Mee Date: Sat, 5 Aug 2006 01:54:11 +0000 Subject: [PATCH] * Don't double space the confirmation details git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1925 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- vpn-daemons/pptp/properties/vpnui_impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpn-daemons/pptp/properties/vpnui_impl.c b/vpn-daemons/pptp/properties/vpnui_impl.c index 1e0dd7e6f..0822389c8 100644 --- a/vpn-daemons/pptp/properties/vpnui_impl.c +++ b/vpn-daemons/pptp/properties/vpnui_impl.c @@ -238,7 +238,7 @@ impl_get_confirmation_details (NetworkManagerVpnUI *self, gchar **retval) if (value==NULL) continue; if (strlen(value)==0) continue; - g_string_append_printf (buf, _("\t%s: %s\n\n"), opt->description, value); + g_string_append_printf (buf, _("\t%s: %s\n"), opt->description, value); } g_string_append (buf, _("The connection details can be changed using the \"Back\" button."));