[virt-manager PATCH 16/16] i18n: fold placeholder into string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Pino Toscano <ptoscano@xxxxxxxxxx>
---
 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




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux