diff options
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; |