mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
po: Fix message format warnings printed from xgettext
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user