fix full update not opening

This commit is contained in:
alfrix 2022-11-27 15:59:35 -03:00
parent 217b185730
commit 1df2d0e8f0

View File

@ -176,7 +176,7 @@ class SystemPanel(ScreenPanel):
commit_box.add(Gtk.Separator())
vbox.add(commit_box)
if "package_count" in info:
elif "package_count" in info:
label.set_markup((
f'<b>{info["package_count"]} '
+ ngettext("Package will be updated", "Packages will be updated", info["package_count"])