diff options
author | Andre Klapper <a9016009@gmx.de> | 2009-09-21 06:53:24 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2009-09-21 06:53:24 +0800 |
commit | 5606859f3adc9c8b5b3180cd2711948ef413033a (patch) | |
tree | e854f017d11702de770da21a9f99b241063c879f /modules | |
parent | c65d5ab1f7475519dee9fd572c52a38ea571ccbd (diff) | |
download | gsoc2013-evolution-5606859f3adc9c8b5b3180cd2711948ef413033a.tar.gz gsoc2013-evolution-5606859f3adc9c8b5b3180cd2711948ef413033a.tar.zst gsoc2013-evolution-5606859f3adc9c8b5b3180cd2711948ef413033a.zip |
Typo fix
Diffstat (limited to 'modules')
-rw-r--r-- | modules/calendar/e-cal-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c index 37c7e38413..2338fdb247 100644 --- a/modules/calendar/e-cal-shell-view-actions.c +++ b/modules/calendar/e-cal-shell-view-actions.c @@ -1539,7 +1539,7 @@ static GtkRadioActionEntry calendar_filter_entries[] = { { "calendar-filter-active-appointments", NULL, - N_("Active Appointements"), + N_("Active Appointments"), NULL, NULL, /* XXX Add a tooltip! */ CALENDAR_FILTER_ACTIVE_APPOINTMENTS }, |