summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins-list.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-12-19 16:32:57 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-12-19 15:45:35 +0000
commit17a21746448ee8a60f06fdee8f67ab5002b8fc57 (patch)
tree2f602617480efd2b2d9ef1242ebf9d5c12affd04 /app/flatpak-builtins-list.c
parentf57c46bf2677ef3c6ef9fd43817672c284f655fc (diff)
downloadflatpak-17a21746448ee8a60f06fdee8f67ab5002b8fc57.tar.gz
CLI: Rename Architecture => Arch in list headers
Its really wasteful to have headers much wider than the items in the column. Closes: #2409 Approved by: alexlarsson
Diffstat (limited to 'app/flatpak-builtins-list.c')
-rw-r--r--app/flatpak-builtins-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/flatpak-builtins-list.c b/app/flatpak-builtins-list.c
index 0cd06f4c..6636737c 100644
--- a/app/flatpak-builtins-list.c
+++ b/app/flatpak-builtins-list.c
@@ -56,7 +56,7 @@ static GOptionEntry options[] = {
static Column all_columns[] = {
{ "description", N_("Description"), N_("Show the description"), 1, 1 },
{ "application", N_("Application"), N_("Show the application ID"), 0, 1 },
- { "arch", N_("Architecture"), N_("Show the architecture"), 0, 0 },
+ { "arch", N_("Arch"), N_("Show the architecture"), 0, 0 },
{ "branch", N_("Branch"), N_("Show the branch"), 0, 1 },
{ "version", N_("Version"), N_("Show the version"), 1, 1 },
{ "ref", N_("Ref"), N_("Show the ref"), 1, 0 },