diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-15 01:00:17 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-06-15 01:00:17 (EDT) |
commit | 69ee380216942c70e50c746c8374a3e351f63389 (patch) | |
tree | 0c9448f0fb9cc11ca227a2878f708729cbd3d396 /bin | |
parent | e6efa0fcc929e88f038d0a543310681700d0b4d7 (diff) | |
download | fluxbox-69ee380216942c70e50c746c8374a3e351f63389.zip fluxbox-69ee380216942c70e50c746c8374a3e351f63389.tar.gz fluxbox-69ee380216942c70e50c746c8374a3e351f63389.tar.bz2 |
bin/xsession: Add "other"
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 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; |