From 732913991dc99ccdfb3cc3b0bca2617956c6f0fc Mon Sep 17 00:00:00 2001 From: heliguy Date: Wed, 4 Oct 2023 12:26:18 -0400 Subject: [PATCH] Change "runtimes" to "runtime" in prop window --- src/properties_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties_window.py b/src/properties_window.py index a38b108..772548e 100644 --- a/src/properties_window.py +++ b/src/properties_window.py @@ -106,7 +106,7 @@ def show_properties_window(widget, index, window): properties_box.append(user_data_list) - column_headers = [_('Name'), _('Description'), _('App ID'), _('Version'), _('Branch'), _('Arch'), _('Origin'), _('Installation'), _('Ref'), _('Active Commit'), _('Latest Commit'), _('Installed Size'), _('Options'), _('Runtimes')] + column_headers = [_('Name'), _('Description'), _('App ID'), _('Version'), _('Branch'), _('Arch'), _('Origin'), _('Installation'), _('Ref'), _('Active Commit'), _('Latest Commit'), _('Installed Size'), _('Options'), _('Runtime')] for column in range(len(window.host_flatpaks[index])): if window.host_flatpaks[index][column] == "": continue