diff options
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 67d49a3b05..3cedcd9462 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2004-11-22 Joan Sanfeliu <joan@fibranet.com> + + * main.c: Evolution product name spelled with an uppercase E + + Fixes #61605 + 2004-11-02 mengjie yu <meng-jie.yu@sun.com> * evolution-startup-wizard.glade:remove the hard line breaks. 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, |