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