There is not really anything to leave out of the string, simply
translate it as a whole.

Signed-off-by: Pino Toscano <ptosc...@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

Reply via email to