diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-15 01:00:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-22 10:20:41 (EDT) |
commit | 4bce8f4c467bc3a1f3318e0906280aa20587a6ec (patch) | |
tree | 04ca64648e7a528de87755127307d8cd205b3db9 | |
parent | d1ba3d043f6146cfe82365b271f7be79e6145712 (diff) | |
download | fluxbox-4bce8f4c467bc3a1f3318e0906280aa20587a6ec.zip fluxbox-4bce8f4c467bc3a1f3318e0906280aa20587a6ec.tar.gz fluxbox-4bce8f4c467bc3a1f3318e0906280aa20587a6ec.tar.bz2 |
bin/xsession: Add "other"
-rwxr-xr-x | bin/xsession | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/xsession b/bin/xsession index f1547ce..ccd5d7b 100755 --- a/bin/xsession +++ b/bin/xsession @@ -14,8 +14,8 @@ awk_who=' NR > 1 { if (!match($0, display_ere)) { if (!printed) { - print("\n\nThe following sessions will be " \ - "hung up:\n"); + print("\n\nThe following other sessions " \ + "will be hung up:\n"); print("<tt><small> " headings \ "</small></tt>"); printed = 1; |