diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-09-22 05:05:05 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-09-22 05:05:05 +0800 |
commit | 08a52d10bc6dd001c42ebf3303b71460e9785210 (patch) | |
tree | 8dde482b92e26aa412886d9251960c32b6e08d03 /shell/e-shell-view-menu.c | |
parent | 4713393d8b19b2a2eca586389f8cc7c963a42156 (diff) | |
download | gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.tar.gz gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.tar.zst gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.zip |
Dear native speakers,
Dear native speakers,
It is spelled "calendar".
This has been a public service announcement
courtesy of a non-native speaker.
Thank you for your attention.
svn path=/trunk/; revision=5543
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 7cf14307c0..78e62953d7 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -413,7 +413,7 @@ BonoboUIVerb help_verbs [] = { BONOBO_UI_VERB_DATA ("HelpIndex", command_help, "index.html"), BONOBO_UI_VERB_DATA ("HelpGetStarted", command_help, "usage-mainwindow.html"), BONOBO_UI_VERB_DATA ("HelpUsingMail", command_help, "usage-mail.html"), - BONOBO_UI_VERB_DATA ("HelpUsingCalender", command_help, "usage-calender.html"), + BONOBO_UI_VERB_DATA ("HelpUsingCalendar", command_help, "usage-calendar.html"), BONOBO_UI_VERB_DATA ("HelpUsingContact", command_help, "usage-contact.html"), BONOBO_UI_VERB ("DumpXML", command_xml_dump), |