aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-03 20:36:18 -0600
committerTed Gould <ted@gould.cx>2010-03-03 20:36:18 -0600
commitedeb525d966748a31e0abd7526c84c59f5c0e365 (patch)
tree4661c01403a82be95863af3976807c06c9ae8961
parent10e1e69dae2be7388dca78a253173e3e5e9e3641 (diff)
downloadayatana-indicator-session-edeb525d966748a31e0abd7526c84c59f5c0e365.tar.gz
ayatana-indicator-session-edeb525d966748a31e0abd7526c84c59f5c0e365.tar.bz2
ayatana-indicator-session-edeb525d966748a31e0abd7526c84c59f5c0e365.zip
Slightly longer string for better wrapping.
-rw-r--r--src/dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.c b/src/dialog.c
index fcc3334..3e3799d 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -16,7 +16,7 @@ static const gchar * title_strings[LOGOUT_DIALOG_TYPE_CNT] = {
};
static const gchar * body_strings[LOGOUT_DIALOG_TYPE_CNT] = {
- /* LOGOUT_DIALOG_LOGOUT, */ N_("Are you sure you want to close all programs and log out?"),
+ /* LOGOUT_DIALOG_LOGOUT, */ N_("Are you sure you want to close all programs and log out of the computer?"),
/* LOGOUT_DIALOG_RESTART, */ N_("Are you sure you want to close all programs and restart the computer?"),
/* LOGOUT_DIALOG_SHUTDOWN, */ N_("Are you sure you want to close all programs and shut down the computer?")
};