* 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:
@@ -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."));
|
||||
|
Reference in New Issue
Block a user