* Don't double space the confirmation details

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1925 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Antony Mee
2006-08-05 01:54:11 +00:00
parent fa6790c2da
commit e67a33eb4c

View File

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