diff options
author | Enver ALTIN <enver.altin@frontsite.com.tr> | 2004-05-01 00:06:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-01 00:06:01 +0800 |
commit | 248e0c9517ec85f9e9f99383ccef86263c85eede (patch) | |
tree | ab37eaf8617404fb50a1b068f46b22dd99e084e5 | |
parent | 4d8e3ff19c73def8f4a74f94470fc18de88aece3 (diff) | |
download | gsoc2013-evolution-248e0c9517ec85f9e9f99383ccef86263c85eede.tar gsoc2013-evolution-248e0c9517ec85f9e9f99383ccef86263c85eede.tar.gz gsoc2013-evolution-248e0c9517ec85f9e9f99383ccef86263c85eede.tar.bz2 gsoc2013-evolution-248e0c9517ec85f9e9f99383ccef86263c85eede.tar.lz gsoc2013-evolution-248e0c9517ec85f9e9f99383ccef86263c85eede.tar.xz gsoc2013-evolution-248e0c9517ec85f9e9f99383ccef86263c85eede.tar.zst gsoc2013-evolution-248e0c9517ec85f9e9f99383ccef86263c85eede.zip |
Fixed a type-o.
2004-04-30 Enver ALTIN <enver.altin@frontsite.com.tr>
* evolution-mail.schemas.in.in: Fixed a type-o.
svn path=/trunk/; revision=25715
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 85acb2d3d5..bbb3bb1fcd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2004-04-30 Enver ALTIN <enver.altin@frontsite.com.tr> + + * evolution-mail.schemas.in.in: Fixed a type-o. + 2004-04-30 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (message_list_set_folder): Properly initialise diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 8fa5ce4829..f08d1b4a33 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -493,7 +493,7 @@ <type>int</type> <default>400</default> <locale name="C"> - <short>Subscribe dialog default hight</short> + <short>Subscribe dialog default height</short> <long>Default height of the Subscribe dialog</long> </locale> </schema> |