diff options
author | Andre Klapper <a9016009@gmx.de> | 2004-10-27 06:34:27 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-10-27 06:34:27 +0800 |
commit | 20ebb74c6890a9d48e230675ed45e1fe384b32ab (patch) | |
tree | 58aa482592fa4b23c95c8accea157d612ed03515 /addressbook | |
parent | aad2d708c31bc7b238fc4f7027e5c48fcee5f062 (diff) | |
download | gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.tar.gz gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.tar.zst gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.zip |
Fixes #61972.
2004-10-26 Andre Klapper <a9016009@gmx.de>
Fixes #61972.
* addressbook/gui/contact-editor/e-contact-editor-address.c:
Typo in country name: was "Grena-dines", now "Grenadines".
svn path=/trunk/; revision=27731
Diffstat (limited to 'addressbook')
-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 e812500c6a..b98744d64e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-10-26 Andre Klapper <a9016009@gmx.de> + + Fixes #61972. + + * addressbook/gui/contact-editor/e-contact-editor-address.c: + Typo in country name: was "Grena-dines", now "Grenadines". + 2004-10-25 Nat Friedman <nat@novell.com> * gui/widgets/eab-contact-display.c (accum_multival_attribute): diff --git a/addressbook/gui/contact-editor/e-contact-editor-address.c b/addressbook/gui/contact-editor/e-contact-editor-address.c index 375bf5a197..1fc4994594 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-address.c +++ b/addressbook/gui/contact-editor/e-contact-editor-address.c @@ -317,7 +317,7 @@ static char * countries [] = { N_("Rwanda"), N_("Saint Kitts And Nevis"), N_("Saint Lucia"), - N_("Saint Vincent And The Grena-dines"), + N_("Saint Vincent And The Grenadines"), N_("Samoa"), N_("San Marino"), N_("Sao Tome And Principe"), |