po: Fix message format warnings printed from xgettext

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2020-07-11 17:31:40 -04:00
parent 7b98850fdf
commit fec9f0b136
27 changed files with 163 additions and 118 deletions

View File

@@ -318,8 +318,9 @@ class vmmHostStorage(vmmGObjectUI):
self.widget("pool-name-entry").set_text(pool.get_name())
self.widget("pool-name-entry").set_editable(not active)
self.widget("pool-sizes").set_markup(
_("%s Free / <i>%s In Use</i>") %
(pool.get_pretty_available(), pool.get_pretty_allocation()))
_("%(bytesfree)s Free / <i>%(bytesinuse)s In Use</i>") %
{"bytesfree": pool.get_pretty_available(),
"bytesinuse": pool.get_pretty_allocation()})
self.widget("pool-location").set_text(
pool.get_target_path())
self.widget("pool-state-icon").set_from_icon_name(