diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-15 01:06:01 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-22 10:20:49 (EDT) |
commit | d394dd3ca445b0a04a7bd123f1b31b429cc7d06f (patch) | |
tree | 761f84b8967ddf8a992d690298ef2e52db16dbb6 /bin/xsession | |
parent | 4bce8f4c467bc3a1f3318e0906280aa20587a6ec (diff) | |
download | fluxbox-d394dd3ca445b0a04a7bd123f1b31b429cc7d06f.zip fluxbox-d394dd3ca445b0a04a7bd123f1b31b429cc7d06f.tar.gz fluxbox-d394dd3ca445b0a04a7bd123f1b31b429cc7d06f.tar.bz2 |
bin/xsession: Replace "other" with "also"
Diffstat (limited to 'bin/xsession')
-rwxr-xr-x | bin/xsession | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/xsession b/bin/xsession index ccd5d7b..8f95481 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 other sessions " \ - "will be hung up:\n"); + print("\n\nThe following sessions " \ + "will also be hung up:\n"); print("<tt><small> " headings \ "</small></tt>"); printed = 1; |