diff options
Diffstat (limited to 'shutdown')
| -rw-r--r-- | shutdown/SessionView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/SessionView.cpp b/shutdown/SessionView.cpp index acbb40921..54281ac70 100644 --- a/shutdown/SessionView.cpp +++ b/shutdown/SessionView.cpp @@ -111,7 +111,7 @@ void View::UpdateText() auto const& name = (real_name.empty() ? manager_->UserName() : real_name); other_users_msg = _("Other users are currently logged in to this computer, " - "shutting down now will also close these other sessions.\n"); + "shutting down now will also close these other sessions.\n\n"); if (mode() == Mode::SHUTDOWN) { |
