diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ce8a4a30ee..1d86883ca0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2006-07-26 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> + + * gui/apps_evolution_calendar.schemas.in.in: Fix for bug #348486. + Corrected wrong description in /apps/evolution/calendar/display/ + event_transparency GConf key. + 2006-07-26 Chenthill Palanisamy <pchenthill@novell.com> Fixes #347772 diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index 57b008702f..34730bd303 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -347,7 +347,7 @@ <default>1.0</default> <locale name="C"> <short>Event Transparency</short> - <long>Transparency of the events in calendar views (A value between 0 and 10, opaque by default).</long> + <long>Transparency of the events in calendar views, a value between 0 (transparent) and 1 (opaque).</long> </locale> </schema> |