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 <crobinso@redhat.com>
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
Pino Toscano 2020-07-14 09:42:00 +02:00 committed by Cole Robinson
parent 494a453ee8
commit 22fe62be34

View File

@ -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") %