Skip to content

Commit

Permalink
use shorter status action report column title
Browse files Browse the repository at this point in the history
- might be able to get away without the "previous" (or "last").
  • Loading branch information
OneCDOnly committed Oct 11, 2024
1 parent d60e46b commit 971dc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/sherpa-manager.source
Original file line number Diff line number Diff line change
Expand Up @@ -4722,7 +4722,7 @@ GenerateStatusReportTitleLine()

# column 3: package action and result
printf "%$((r_report_column_spacing))s"
a='Previous action (result)'
a='Action (result)'
printf "%-${r_report_qpkg_action_column_width}s" "$a:"

# column 4: package version
Expand Down Expand Up @@ -8060,7 +8060,7 @@ ShowReportStatuses()

if OsIsSupportAutowidthTableColumns; then
[[ $a = true ]] && b=" ($(TextBrightOrange new))"
printf -v c '\n%s\n' "QPKG name:|Status:|Previous action (result):|QPKG version${b}:|Appl. version:|Location:"
printf -v c '\n%s\n' "QPKG name:|Status:|Action (result):|QPKG version${b}:|Appl. version:|Location:"
else
printf -v c '\n%s\n' "$(GenerateStatusReportTitleLine)"
fi
Expand Down

0 comments on commit 971dc47

Please sign in to comment.