Improve wording if offering to reuse an existing storage path

This commit is contained in:
Cole Robinson 2011-03-08 11:22:01 -05:00
parent a5bdb7f852
commit d90a28d997
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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