[virt-manager PATCH 16/16] i18n: fold placeholder into string
Pino Toscano
ptoscano at redhat.com
Tue Jul 14 07:42:00 UTC 2020
There is not really anything to leave out of the string, simply
translate it as a whole.
Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
virtManager/createvm.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/virtManager/createvm.py b/virtManager/createvm.py
index 90903a36..a28e05ae 100644
--- a/virtManager/createvm.py
+++ b/virtManager/createvm.py
@@ -523,8 +523,7 @@ class vmmCreateVM(vmmGObjectUI):
import_tt = local_tt
if is_pv:
- base = _("%s installs not available for paravirt guests.")
- local_tt = base % "CDROM/ISO"
+ local_tt = _("CDROM/ISO installs not available for paravirt guests.")
if not installable_arch:
msg = (_("Architecture '%s' is not installable") %
--
2.26.2
More information about the virt-tools-list
mailing list