mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Improve connection delete confirmation message.
This commit is contained in:
parent
93eca80e18
commit
b96811b736
@ -821,9 +821,8 @@ class vmmManager(gobject.GObject):
|
||||
if conn is None:
|
||||
return
|
||||
|
||||
result = self.err.yes_no(_("This will remove the connection \"%s\","
|
||||
"are you sure?") %
|
||||
self.rows[conn.get_uri()][ROW_NAME])
|
||||
result = self.err.yes_no(_("This will remove the connection:\n\n%s\n\n"
|
||||
"Are you sure?") % conn.get_uri())
|
||||
if not result:
|
||||
return
|
||||
self.engine.remove_connection(conn.get_uri())
|
||||
|
Loading…
Reference in New Issue
Block a user