aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorJoan Sanfeliu <joan@fibranet.com>2004-11-23 04:52:05 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-11-23 04:52:05 +0800
commite20e0d7ab398a4715c1e333e3a5ab0113967dcd9 (patch)
tree86e67d3c3ef260fe5adadbfaff2898987e3b7877 /shell/main.c
parent7e074282a465de41db87c65027c5f09f8e1beb42 (diff)
downloadgsoc2013-evolution-e20e0d7ab398a4715c1e333e3a5ab0113967dcd9.tar
gsoc2013-evolution-e20e0d7ab398a4715c1e333e3a5ab0113967dcd9.tar.gz
gsoc2013-evolution-e20e0d7ab398a4715c1e333e3a5ab0113967dcd9.tar.bz2
gsoc2013-evolution-e20e0d7ab398a4715c1e333e3a5ab0113967dcd9.tar.lz
gsoc2013-evolution-e20e0d7ab398a4715c1e333e3a5ab0113967dcd9.tar.xz
gsoc2013-evolution-e20e0d7ab398a4715c1e333e3a5ab0113967dcd9.tar.zst
gsoc2013-evolution-e20e0d7ab398a4715c1e333e3a5ab0113967dcd9.zip
Evolution product name spelled with an uppercase E
2004-11-22 Joan Sanfeliu <joan@fibranet.com> * main.c: Evolution product name spelled with an uppercase E Fixes #61605 svn path=/trunk/; revision=27965
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
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,