diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a30a60f9b7..bd0f87d7c4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2005-03-21 JP Rosevear <jpr@novell.com> + Fixes #73066 + + * apps_evolution_shell.schemas.in.in: fix typo + +2005-03-21 JP Rosevear <jpr@novell.com> + * main.c: switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the configure.in foo actually controls this diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index d5552c7acd..06066dd47b 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -114,7 +114,7 @@ <default>toolbar</default> <locale name="C"> <short>Window button style</short> - <long>The style of the window buttons. Can be "text", "icons", "both", "toolbar". If "toolbar" is set, the style of the buutons is determined by the GNOME toolbar setting.</long> + <long>The style of the window buttons. Can be "text", "icons", "both", "toolbar". If "toolbar" is set, the style of the buttons is determined by the GNOME toolbar setting.</long> </locale> </schema> |