diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 94f25b89c8..8600243a1e 100644 --- a/shell/main.c +++ b/shell/main.c @@ -476,7 +476,7 @@ main (int argc, char **argv) N_("Start in online mode"), NULL }, #ifdef KILL_PROCESS_CMD { "force-shutdown", '\0', POPT_ARG_NONE, &killev, 0, - N_("Forcibly shut down all evolution components"), NULL }, + N_("Forcibly shut down all Evolution components"), NULL }, #endif #ifdef DEVELOPMENT { "force-migrate", '\0', POPT_ARG_NONE, &force_migrate, 0, |