mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-26 10:03:54 +03:00
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:
parent
494a453ee8
commit
22fe62be34
@ -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") %
|
||||
|
Loading…
x
Reference in New Issue
Block a user