author | cniehaus <cniehaus> | 2002-08-31 18:47:56 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-08-31 18:47:56 (UTC) |
commit | a6102be62cdbb8836c5c9a73ba64d62dbd821776 (patch) (side-by-side diff) | |
tree | efab74971c9bbc60eaa5010f4fdd26e0f6123d5a | |
parent | ea0ae116b36f1aa01c15036afd5fdae71e5dbe60 (diff) | |
download | opie-a6102be62cdbb8836c5c9a73ba64d62dbd821776.zip opie-a6102be62cdbb8836c5c9a73ba64d62dbd821776.tar.gz opie-a6102be62cdbb8836c5c9a73ba64d62dbd821776.tar.bz2 |
fixes 2 typos (Kuwait und Kirgisien)
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index d419142..39bd63c 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp @@ -557,8 +557,8 @@ void ContactEditor::init() { cmbCountry->insertItem( tr ( "Kenya" ) ); cmbCountry->insertItem( tr ( "Kribati" ) ); cmbCountry->insertItem( tr ( "Korea" ) ); - cmbCountry->insertItem( tr ( "Kuait" ) ); - cmbCountry->insertItem( tr ( "Kyrgyztan" ) ); + cmbCountry->insertItem( tr ( "Kuwait" ) ); + cmbCountry->insertItem( tr ( "Kyrgystan" ) ); cmbCountry->insertItem( tr ( "Laos" ) ); cmbCountry->insertItem( tr ( "Latvia" ) ); cmbCountry->insertItem( tr ( "Lebanon" ) ); |