[virt-manager PATCH 15/21] i18n: translate custom URI string in new conn dialog

Pino Toscano ptoscano at redhat.com
Mon Jul 13 08:25:53 UTC 2020


Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 virtManager/createconn.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/createconn.py b/virtManager/createconn.py
index bfebe737..17ef7136 100644
--- a/virtManager/createconn.py
+++ b/virtManager/createconn.py
@@ -120,7 +120,7 @@ class vmmCreateConn(vmmGObjectUI):
         _add_hv_row(HV_BHYVE, "bhyve", "Bhyve")
         _add_hv_row(HV_VZ, "vz", "Virtuozzo")
         _add_hv_row(-1, None, "")
-        _add_hv_row(HV_CUSTOM, None, "Custom URI...")
+        _add_hv_row(HV_CUSTOM, None, _("Custom URI..."))
         combo.set_model(model)
         uiutil.init_combo_text_column(combo, 1)
         def sepfunc(model, it):
-- 
2.26.2




More information about the virt-tools-list mailing list