summaryrefslogtreecommitdiff
path: root/shutdown
diff options
authorPaolo Rotolo <paolorotolo@ubuntu.com>2013-03-20 21:10:23 +0100
committerPaolo Rotolo <paolorotolo@ubuntu.com>2013-03-20 21:10:23 +0100
commit7b9255521e42724d2ea90963af103bcdb9f32230 (patch)
tree47e65ea90069535114c0ba0178430be5b6643ed0 /shutdown
parentd83d83558faf2940e4ab8df5e11a353bf31c6579 (diff)
Add comma before the username in Shutdown dialog (LP #1157927).
(bzr r3240.1.1)
Diffstat (limited to 'shutdown')
-rw-r--r--shutdown/SessionView.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/shutdown/SessionView.cpp b/shutdown/SessionView.cpp
index 71f78e703..a268260f8 100644
--- a/shutdown/SessionView.cpp
+++ b/shutdown/SessionView.cpp
@@ -121,7 +121,7 @@ void View::UpdateText()
}
else
{
- message = _("Goodbye %s! Are you sure you want to close all programs " \
+ message = _("Goodbye, %s! Are you sure you want to close all programs " \
"and shut down the computer?");
}
}
@@ -137,7 +137,7 @@ void View::UpdateText()
}
else
{
- message = _("Goodbye %s! Are you sure you want to close all programs " \
+ message = _("Goodbye, %s! Are you sure you want to close all programs " \
"and log out from your account?");
}
}
@@ -161,7 +161,7 @@ void View::UpdateText()
}
else
{
- message = _("Goodbye %s! Would you like to…");
+ message = _("Goodbye, %s! Would you like to…");
}
}