mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-27 14:03:57 +03:00
Fix a couple transalation issues
This commit is contained in:
parent
cadf5ba770
commit
b96fa5706c
@ -801,8 +801,9 @@ def check_domain(guest, dom, conscb, wait_for_install, wait_time, start_time):
|
||||
timestr = (not wait_forever and
|
||||
_("%d minutes ") % (int(wait_time) / 60) or "")
|
||||
print_stdout(
|
||||
_("Domain installation still in progress. Waiting %s"
|
||||
"for installation to complete.") % timestr)
|
||||
_("Domain installation still in progress. Waiting "
|
||||
"%(time_string)s for installation to complete.") %
|
||||
{"time_string": timestr})
|
||||
|
||||
# Wait loop
|
||||
while True:
|
||||
|
@ -598,7 +598,7 @@ class vmmHost(vmmGObjectUI):
|
||||
routeVia = str(route[0]) + ", gateway=" + str(route[1])
|
||||
self.widget("net-ip4-route-label").show()
|
||||
else:
|
||||
routeVia = _("")
|
||||
routeVia = ""
|
||||
self.widget("net-ip4-route-label").hide()
|
||||
self.widget("net-ip4-route-via").set_text(routeVia)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user