diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-02 17:29:12 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:42 +0800 |
commit | 86f37c46dd2f61e86a82938c956490c37ed6f2ce (patch) | |
tree | dedace28d636e41faa8054de274c3a20645fee24 /calendar/importers | |
parent | 05ba35e478ff5ac8c54c570f94af5df83352464d (diff) | |
download | gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.gz gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.tar.zst gsoc2013-evolution-86f37c46dd2f61e86a82938c956490c37ed6f2ce.zip |
Replace alarm by reminder for UI consistency. Fixes bug #340614
Diffstat (limited to 'calendar/importers')
-rw-r--r-- | calendar/importers/icalendar-importer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c index 01b5d8349c..6f3b2d9a98 100644 --- a/calendar/importers/icalendar-importer.c +++ b/calendar/importers/icalendar-importer.c @@ -1095,7 +1095,7 @@ preview_comp (EWebViewPreview *preview, ECalComponent *comp) } if (e_cal_component_has_alarms (comp)) { - e_web_view_preview_add_section (preview, have ? NULL : str, C_("iCalImp", "has alarms")); + e_web_view_preview_add_section (preview, have ? NULL : str, C_("iCalImp", "has reminders")); have = TRUE; } |