diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-27 12:39:44 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-27 12:39:44 +0800 |
commit | 7b6ba9e828c68f9229bcb8ad41a550119260aef6 (patch) | |
tree | 46cb402141b6c0fc90264abeb0a304feaae80ad6 /calendar/calendar-errors.xml.h | |
parent | 1ea95238a99920f1685a31bd64b459c78dca6f5a (diff) | |
download | gsoc2013-evolution-7b6ba9e828c68f9229bcb8ad41a550119260aef6.tar.gz gsoc2013-evolution-7b6ba9e828c68f9229bcb8ad41a550119260aef6.tar.zst gsoc2013-evolution-7b6ba9e828c68f9229bcb8ad41a550119260aef6.zip |
Fixes #71485
2005-01-26 JP Rosevear <jpr@novell.com>
Fixes #71485
* calendar-errors.xml: fix paste-o
svn path=/trunk/; revision=28570
Diffstat (limited to 'calendar/calendar-errors.xml.h')
-rw-r--r-- | calendar/calendar-errors.xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index e2b98155b5..bbead6601b 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -128,5 +128,5 @@ char *s = N_("_Send"); /* calendar:prompt-send-no-subject-task primary */ char *s = N_("Are you sure you want to send the task without a summary?"); /* calendar:prompt-send-no-subject-task secondary */ -char *s = N_("Adding a meaningful Summary to your task will give your recipients an idea of what your appointment is about."); +char *s = N_("Adding a meaningful Summary to your task will give your recipients an idea of what your task is about."); char *s = N_("_Send"); |