From fb8a31ba76870c770d6c4d7c8e6576a55bbb2310 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 17 Sep 2020 08:44:03 +0200 Subject: i18n: translate UI messages Signed-off-by: Pino Toscano --- virtinst/virtinstall.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'virtinst/virtinstall.py') diff --git a/virtinst/virtinstall.py b/virtinst/virtinstall.py index dacbb797..c1457a76 100644 --- a/virtinst/virtinstall.py +++ b/virtinst/virtinstall.py @@ -56,8 +56,9 @@ def check_cdrom_option_error(options): if options.cdrom_short: if "://" in options.cdrom_short: - fail("-c specified with what looks like a libvirt URI. " - "Did you mean to use --connect? If not, use --cdrom instead") + fail(_("-c specified with what looks like a libvirt URI. " + "Did you mean to use --connect? If not, use --cdrom " + "instead")) options.cdrom = options.cdrom_short -- cgit v1.2.1