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."));