Verified Kaydet (Commit) 0d25f77d authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Fix whitespace

üst f05d8792
...@@ -505,16 +505,16 @@ class MainWindow(object): ...@@ -505,16 +505,16 @@ class MainWindow(object):
remote = _("None") remote = _("None")
info_str = _("Real Name: ") + real_name + "\n" + \ info_str = _("Real Name: ") + real_name + "\n" + \
_("Arch: ") + arch + "\n" + \ _("Arch: ") + arch + "\n" + \
_("Branch: ") + branch + "\n" + \ _("Branch: ") + branch + "\n" + \
_("Collection ID: ") + collection_id + "\n" + \ _("Collection ID: ") + collection_id + "\n" + \
_("Commit: ") + commit + "\n" + \ _("Commit: ") + commit + "\n" + \
_("Is Installed: ") + _("Yes") + "\n" + \ _("Is Installed: ") + _("Yes") + "\n" + \
_("Download Size: ") + download_size_mib_str + "\n" + \ _("Download Size: ") + download_size_mib_str + "\n" + \
_("EOL Reason: ") + eol_reason + "\n" + \ _("EOL Reason: ") + eol_reason + "\n" + \
_("EOL Rebased: ") + eol_rebased + "\n" + \ _("EOL Rebased: ") + eol_rebased + "\n" + \
_("Installed Size: ") + installed_size_mib_as_string + "\n" + \ _("Installed Size: ") + installed_size_mib_as_string + "\n" + \
_("Remote Name: ") + remote + "\n" _("Remote Name: ") + remote + "\n"
else: else:
self.MessageDialogError.set_markup( self.MessageDialogError.set_markup(
_("<big><b>Invalid Flatpak Reference Error</b></big>")) _("<big><b>Invalid Flatpak Reference Error</b></big>"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment