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/gui | |
parent | aad2d708c31bc7b238fc4f7027e5c48fcee5f062 (diff) | |
download | gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.tar gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.tar.gz gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.tar.bz2 gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.tar.lz gsoc2013-evolution-20ebb74c6890a9d48e230675ed45e1fe384b32ab.tar.xz 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/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-address.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |