diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-31 18:04:51 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-31 18:04:51 +0800 |
commit | 667dd21d35cdaa7d373f87d8d4fbe982b948c443 (patch) | |
tree | 302c92f4324923d9a0fae27788c8e431bef56a76 | |
parent | 53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199 (diff) | |
download | gsoc2013-evolution-667dd21d35cdaa7d373f87d8d4fbe982b948c443.tar gsoc2013-evolution-667dd21d35cdaa7d373f87d8d4fbe982b948c443.tar.gz gsoc2013-evolution-667dd21d35cdaa7d373f87d8d4fbe982b948c443.tar.bz2 gsoc2013-evolution-667dd21d35cdaa7d373f87d8d4fbe982b948c443.tar.lz gsoc2013-evolution-667dd21d35cdaa7d373f87d8d4fbe982b948c443.tar.xz gsoc2013-evolution-667dd21d35cdaa7d373f87d8d4fbe982b948c443.tar.zst gsoc2013-evolution-667dd21d35cdaa7d373f87d8d4fbe982b948c443.zip |
** Fix for bug #521562
2008-03-31 Milan Crha <mcrha@redhat.com>
** Fix for bug #521562
* gui/contact-editor/e-contact-editor-address.c: (countries []):
Small typo fix.
svn path=/trunk/; revision=35291
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-address.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6ac33d7f7c..1550d7ced1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2008-03-31 Milan Crha <mcrha@redhat.com> + ** Fix for bug #521562 + + * gui/contact-editor/e-contact-editor-address.c: (countries []): + Small typo fix. + +2008-03-31 Milan Crha <mcrha@redhat.com> + ** Fix for bug #506347 * gui/widgets/eab-contact-display.c: diff --git a/addressbook/gui/contact-editor/e-contact-editor-address.c b/addressbook/gui/contact-editor/e-contact-editor-address.c index 5877babb49..45a634d87b 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-address.c +++ b/addressbook/gui/contact-editor/e-contact-editor-address.c @@ -225,7 +225,7 @@ static char * countries [] = { N_("Guatemala"), N_("Guernsey"), N_("Guinea"), - N_("Guinea-bissau"), + N_("Guinea-Bissau"), N_("Guyana"), N_("Haiti"), N_("Heard And McDonald Islands"), |