diff options
author | JP Rosevear <jpr@novell.com> | 2005-03-22 05:40:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-03-22 05:40:25 +0800 |
commit | 419aad634a3570459202a55b6e72a7c1d9a7ef5d (patch) | |
tree | 7c0b2fad417f85841b9d76028c3ff30dc0db97bf | |
parent | e6654531d0bcdb838e850573df639bb146737811 (diff) | |
download | gsoc2013-evolution-419aad634a3570459202a55b6e72a7c1d9a7ef5d.tar.gz gsoc2013-evolution-419aad634a3570459202a55b6e72a7c1d9a7ef5d.tar.zst gsoc2013-evolution-419aad634a3570459202a55b6e72a7c1d9a7ef5d.zip |
Fixes #73066
2005-03-21 JP Rosevear <jpr@novell.com>
Fixes #73066
* apps_evolution_shell.schemas.in.in: fix typo
svn path=/trunk/; revision=29081
-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> |