mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-12 21:58:00 +03:00
Improve wording if offering to reuse an existing storage path
This commit is contained in:
parent
a5bdb7f852
commit
d90a28d997
@ -1003,9 +1003,9 @@ class vmmAddHardware(vmmGObjectUI):
|
||||
|
||||
if do_exist and not ret:
|
||||
do_use = self.err.yes_no(
|
||||
_("The following path already exists, but is not\n"
|
||||
_("The following storage already exists, but is not\n"
|
||||
"in use by any virtual machine:\n\n%s\n\n"
|
||||
"Would you like to use this path?") % ideal)
|
||||
"Would you like to reuse this storage?") % ideal)
|
||||
|
||||
if do_use:
|
||||
diskpath = ideal
|
||||
|
@ -1406,9 +1406,9 @@ class vmmCreate(vmmGObjectUI):
|
||||
|
||||
if do_exist and not ret:
|
||||
do_use = self.err.yes_no(
|
||||
_("The following path already exists, but is not\n"
|
||||
_("The following storage already exists, but is not\n"
|
||||
"in use by any virtual machine:\n\n%s\n\n"
|
||||
"Would you like to use this path?") % ideal)
|
||||
"Would you like to reuse this storage?") % ideal)
|
||||
|
||||
if do_use:
|
||||
diskpath = ideal
|
||||
|
Loading…
x
Reference in New Issue
Block a user