Signed-off-by: Pino Toscano <ptoscano@xxxxxxxxxx> --- 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