diff options
author | Pino Toscano <ptoscano@redhat.com> | 2020-09-17 08:44:03 +0200 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2020-09-17 15:38:42 -0400 |
commit | fb8a31ba76870c770d6c4d7c8e6576a55bbb2310 (patch) | |
tree | 3f3f86c2c8c560cf138af7239d88373984e55b73 | |
parent | 76593f8a082c56fb9caf95a8411ebbab2f48f443 (diff) | |
download | virt-manager-fb8a31ba76870c770d6c4d7c8e6576a55bbb2310.tar.gz |
i18n: translate UI messages
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
-rw-r--r-- | virtinst/virtinstall.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 |