diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1dec66c9c9..2f7b272307 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Changwoo Ryu <cwryu@debian.org> + + * gui/apps_evolution_calendar.schemas.in.in: added a missing + period in long description. and fixed an invalid tag. + 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #272464 diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index bb25cdd8b0..9891473bb5 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -83,7 +83,7 @@ <default>0</default> <locale name="C"> <short>Workday end minute</short> - <long>Minute the workday ends on, 0 to 59</long> + <long>Minute the workday ends on, 0 to 59.</long> </locale> </schema> @@ -95,7 +95,7 @@ <default>30</default> <locale name="C"> <short>Time divisions</short> - <short>Intervals shown in Day and Work Week views, in minutes.</short> + <long>Intervals shown in Day and Work Week views, in minutes.</long> </locale> </schema> |