diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4b7d961540..49d0d1f1f8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2008-01-14 Kjartan Maraas <kmaraas@gnome.org> + + * apps_evolution_shell.schemas.in: Add missing punctuation. + 2008-01-11 Bharath Acharya <abharath@novell.com> ** Fix for bug #508678 diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in index 5375f09845..0e7e2e9464 100644 --- a/shell/apps_evolution_shell.schemas.in +++ b/shell/apps_evolution_shell.schemas.in @@ -62,7 +62,7 @@ <default>true</default> <locale name="C"> <short>Whether crash recovery should be done or not</short> - <long>Decides whether the crash recovery should be run or not</long> + <long>Decides whether the crash recovery should be run or not.</long> </locale> </schema> @@ -238,7 +238,7 @@ <type>list</type> <list_type>string</list_type> <locale name="C"> - <long>A string description of the current printer settings</long> + <long>A string description of the current printer settings.</long> </locale> </schema> </schemalist> |