aboutsummaryrefslogtreecommitdiff
path: root/src/gtk-dialog/gtk-logout-helper.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-03 12:05:28 -0600
committerTed Gould <ted@gould.cx>2010-03-03 12:05:28 -0600
commitfe25b2a8139d0c92a30440ba20862199a04f0f9c (patch)
tree25e496524feb992593e0da16d62570d038347970 /src/gtk-dialog/gtk-logout-helper.c
parente07cdb88407dc186d7cdb236e410b6ae9c4fc3f8 (diff)
downloadayatana-indicator-session-fe25b2a8139d0c92a30440ba20862199a04f0f9c.tar.gz
ayatana-indicator-session-fe25b2a8139d0c92a30440ba20862199a04f0f9c.tar.bz2
ayatana-indicator-session-fe25b2a8139d0c92a30440ba20862199a04f0f9c.zip
Changing shutdowns to switch offs
Diffstat (limited to 'src/gtk-dialog/gtk-logout-helper.c')
-rw-r--r--src/gtk-dialog/gtk-logout-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-dialog/gtk-logout-helper.c b/src/gtk-dialog/gtk-logout-helper.c
index d8aea6b..8a64c35 100644
--- a/src/gtk-dialog/gtk-logout-helper.c
+++ b/src/gtk-dialog/gtk-logout-helper.c
@@ -110,7 +110,7 @@ option_restart (const gchar * arg, const gchar * value, gpointer data, GError *
static GOptionEntry options[] = {
{"logout", 'l', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, option_logout, "Log out of the current session", NULL},
- {"shutdown", 's', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, option_shutdown, "Shutdown the entire system", NULL},
+ {"shutdown", 's', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, option_shutdown, "Switch off the entire system", NULL},
{"restart", 'r', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK, option_restart, "Restart the system", NULL},
{NULL}