diff options
author | Ted Gould <ted@gould.cx> | 2010-03-03 20:36:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-03 20:36:18 -0600 |
commit | edeb525d966748a31e0abd7526c84c59f5c0e365 (patch) | |
tree | 4661c01403a82be95863af3976807c06c9ae8961 | |
parent | 10e1e69dae2be7388dca78a253173e3e5e9e3641 (diff) | |
download | ayatana-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.c | 2 |
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?") }; |