diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-15 01:06:01 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-06-15 01:06:01 (EDT) |
commit | a49e7f0d9486587b060da58998b5b9caadb4572f (patch) | |
tree | 5dfb016eea88e8ae19ab71c66910d9fee4e4ebea /bin | |
parent | 69ee380216942c70e50c746c8374a3e351f63389 (diff) | |
download | fluxbox-a49e7f0d9486587b060da58998b5b9caadb4572f.zip fluxbox-a49e7f0d9486587b060da58998b5b9caadb4572f.tar.gz fluxbox-a49e7f0d9486587b060da58998b5b9caadb4572f.tar.bz2 |
bin/xsession: Replace "other" with "also"
Diffstat (limited to 'bin')
-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; |