diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-05-06 14:21:34 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-05-06 14:21:34 +0800 |
commit | 8d0d1fbdbe24816ecf6ebf1259a49e7ec846fc87 (patch) | |
tree | a02707aac0002b605f78af12c40db0561baed012 /calendar | |
parent | 29935d33cfa1a10eb69a3dfb7f9e0edebe61b230 (diff) | |
download | gsoc2013-evolution-8d0d1fbdbe24816ecf6ebf1259a49e7ec846fc87.tar.gz gsoc2013-evolution-8d0d1fbdbe24816ecf6ebf1259a49e7ec846fc87.tar.zst gsoc2013-evolution-8d0d1fbdbe24816ecf6ebf1259a49e7ec846fc87.zip |
Fix for 272542
svn path=/trunk/; revision=29293
Diffstat (limited to 'calendar')
-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> |