From 22fe62be34c73dbc82d5a24b9fa9dd10be35607e Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 14 Jul 2020 09:42:00 +0200 Subject: [PATCH] i18n: fold placeholder into string There is not really anything to leave out of the string, simply translate it as a whole. Reviewed-by: Cole Robinson Signed-off-by: Pino Toscano --- virtManager/createvm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/virtManager/createvm.py b/virtManager/createvm.py index 90903a36c..a28e05aea 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") %