summaryrefslogtreecommitdiff
path: root/shutdown
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2014-05-09 18:08:36 +0200
committerAndrea Azzarone <azzaronea@gmail.com>2014-05-09 18:08:36 +0200
commit979dae5c9a843f322a71694c403bca2a2be4e985 (patch)
tree2b5e8ab166f1875b9703c8b5e183cd5a12ad9c81 /shutdown
parentd02d5c8e61dd24f6a027084975f70bb9fe6835f8 (diff)
Update string.
(bzr r3785.4.5)
Diffstat (limited to 'shutdown')
-rw-r--r--shutdown/SessionView.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/shutdown/SessionView.cpp b/shutdown/SessionView.cpp
index 54281ac70..5d71e09c4 100644
--- a/shutdown/SessionView.cpp
+++ b/shutdown/SessionView.cpp
@@ -110,8 +110,7 @@ void View::UpdateText()
auto const& real_name = manager_->RealName();
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\n");
+ other_users_msg = _("Other users are logged in. Restarting or shutting down will close their open applications and may cause them to lose work.\n\n");
if (mode() == Mode::SHUTDOWN)
{