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 | |
parent | 4713393d8b19b2a2eca586389f8cc7c963a42156 (diff) | |
download | gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.tar gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.tar.gz gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.tar.bz2 gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.tar.lz gsoc2013-evolution-08a52d10bc6dd001c42ebf3303b71460e9785210.tar.xz 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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/event-editor.c | 2 | ||||
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 2 | ||||
-rw-r--r-- | ui/evolution.xml | 4 |
5 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2000-09-21 Federico Mena Quintero <federico@helixcode.com> + + * ui/evolution.xml: Fix mis-spelling of "calendar". + 2000-09-21 Michael Meeks <michael@helixcode.com> * notes/component-factory.c (control_activate): upd. diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c index fe9005358f..d2ac13941f 100644 --- a/calendar/gui/event-editor.c +++ b/calendar/gui/event-editor.c @@ -980,7 +980,7 @@ dialog_to_comp_object (EventEditor *ee) } else if (e_dialog_toggle_get (priv->recurrence_rule_monthly_weekday)) { /* "recurrence-rule-monthly-weekday" is TRUE */ - /* by position on the calender (ex: 2nd monday) */ + /* by position on the calendar (ex: 2nd monday) */ /* libical does not handle this yet */ /* ico->recur->u.month_pos = e_dialog_option_menu_get ( */ /* priv->recurrence_rule_monthly_week, */ diff --git a/shell/ChangeLog b/shell/ChangeLog index 6c4f9487b9..2e335a2bbf 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-09-21 Federico Mena Quintero <federico@helixcode.com> + + * e-shell-view-menu.c: Fix mis-spelling of "calendar". + 2000-09-21 Michael Meeks <michael@helixcode.com> * e-shell-view.c (show_existing_view): upd. 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), diff --git a/ui/evolution.xml b/ui/evolution.xml index acf3d4cc03..77c2f86279 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -81,8 +81,8 @@ <menuitem name="HelpUsingMail" verb="" _label="Using the _Mailer"/> - <menuitem name="HelpUsingCalender" verb="" - _label="Using the _Calender"/> + <menuitem name="HelpUsingCalendar" verb="" + _label="Using the _Calendar"/> <menuitem name="HelpUsingContact" verb="" _label="Using the C_ontact Manager"/> |