diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-21 21:22:04 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-12-21 21:22:04 +0800 |
commit | e688c38b3b9b52e8c505862b5839b1e4b3b5e66d (patch) | |
tree | 3bc27e77a3ea057d8b33b97d0d77e9cd4aae61b8 /calendar | |
parent | c1f51e7dad493683cecba11abcd175ba6075e80f (diff) | |
download | gsoc2013-evolution-e688c38b3b9b52e8c505862b5839b1e4b3b5e66d.tar gsoc2013-evolution-e688c38b3b9b52e8c505862b5839b1e4b3b5e66d.tar.gz gsoc2013-evolution-e688c38b3b9b52e8c505862b5839b1e4b3b5e66d.tar.bz2 gsoc2013-evolution-e688c38b3b9b52e8c505862b5839b1e4b3b5e66d.tar.lz gsoc2013-evolution-e688c38b3b9b52e8c505862b5839b1e4b3b5e66d.tar.xz gsoc2013-evolution-e688c38b3b9b52e8c505862b5839b1e4b3b5e66d.tar.zst gsoc2013-evolution-e688c38b3b9b52e8c505862b5839b1e4b3b5e66d.zip |
fixes #306150
svn path=/trunk/; revision=30922
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 78cf57f62d..60f2de1634 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-12-21 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #306150 + * gui/apps_evolution_calendar.schemas.in.in: Changed the + message id to be gramatically correct. + 2005-12-21 P S Chakravarthi <pchakravarthi@novell.com> Fixes #248133 diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index 8ae9adadc0..f9de5b3c1a 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -427,7 +427,7 @@ <default>15</default> <locale name="C"> <short>Default reminder value</short> - <long>Number of units for determining for a default reminder.</long> + <long>Number of units for determining a default reminder.</long> </locale> </schema> |