From 17a21746448ee8a60f06fdee8f67ab5002b8fc57 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 19 Dec 2018 16:32:57 +0100 Subject: [PATCH] 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 --- app/flatpak-builtins-history.c | 2 +- app/flatpak-builtins-list.c | 2 +- app/flatpak-builtins-ps.c | 2 +- app/flatpak-builtins-remote-ls.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/flatpak-builtins-history.c b/app/flatpak-builtins-history.c index e4d3813c..403b62aa 100644 --- a/app/flatpak-builtins-history.c +++ b/app/flatpak-builtins-history.c @@ -58,7 +58,7 @@ static Column all_columns[] = { { "change", N_("Change"), N_("Show the kind of change"), 1, 1 }, { "ref", N_("Ref"), N_("Show the ref"), 0, 0 }, { "application", N_("Application"), N_("Show the application/runtime ID"), 1, 1 }, - { "arch", N_("Architecture"), N_("Show the architecture"), 1, 0 }, + { "arch", N_("Arch"), N_("Show the architecture"), 1, 0 }, { "branch", N_("Branch"), N_("Show the branch"), 1, 1 }, { "installation", N_("Installation"), N_("Show the affected installation"), 1, 1 }, { "remote", N_("Remote"), N_("Show the remote"), 1, 1 }, 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 }, diff --git a/app/flatpak-builtins-ps.c b/app/flatpak-builtins-ps.c index 48b98c8f..88e15ae8 100644 --- a/app/flatpak-builtins-ps.c +++ b/app/flatpak-builtins-ps.c @@ -48,7 +48,7 @@ static Column all_columns[] = { { "pid", N_("PID"), N_("Show the PID of the wrapper process"), 1, 1 }, { "child-pid", N_("Child-PID"), N_("Show the PID of the sandbox process"), 1, 0 }, { "application", N_("Application"), N_("Show the application ID"), 1, 1 }, - { "arch", N_("Architecture"), N_("Show the architecture"), 1, 0 }, + { "arch", N_("Arch"), N_("Show the architecture"), 1, 0 }, { "branch", N_("Branch"), N_("Show the application branch"), 1, 0 }, { "commit", N_("Commit"), N_("Show the application commit"), 1, 0 }, { "runtime", N_("Runtime"), N_("Show the runtime ID"), 1, 1 }, diff --git a/app/flatpak-builtins-remote-ls.c b/app/flatpak-builtins-remote-ls.c index ea97125a..628ddc32 100644 --- a/app/flatpak-builtins-remote-ls.c +++ b/app/flatpak-builtins-remote-ls.c @@ -58,7 +58,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 },