diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-30 13:26:30 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-30 13:26:30 +0800 |
commit | 1845f30f09d8d2dea558090e98ebe0bab50a3b26 (patch) | |
tree | caf5241232db9cae5e6af3d2f8250eed9dbf1a7b /calendar | |
parent | 7a655e63db64437fbd09544fd1caf55b41c4379c (diff) | |
download | gsoc2013-evolution-1845f30f09d8d2dea558090e98ebe0bab50a3b26.tar.gz gsoc2013-evolution-1845f30f09d8d2dea558090e98ebe0bab50a3b26.tar.zst gsoc2013-evolution-1845f30f09d8d2dea558090e98ebe0bab50a3b26.zip |
removed a duplicated exclamation mark. Fixes bug 325123.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* icalendar-importer.c: removed a duplicated exclamation mark.
Fixes bug 325123.
svn path=/trunk/; revision=30979
Diffstat (limited to 'calendar')
-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 eccd08d641..ba0f2adcc0 100644 --- a/calendar/importers/icalendar-importer.c +++ b/calendar/importers/icalendar-importer.c @@ -518,7 +518,7 @@ load_vcalendar_file (const char *filename) NULL, NULL); g_free (default_alarm_filename); defaults.alarm_audio_fmttype = "audio/x-wav"; - defaults.alarm_description = (char*) _("Reminder!!"); + defaults.alarm_description = (char*) _("Reminder!"); if (g_file_get_contents (filename, &contents, NULL, NULL)) { VObject *vcal; |