diff --git a/widgets/displaytext.cpp b/widgets/displaytext.cpp index 48b914d12..3c72c11ee 100644 --- a/widgets/displaytext.cpp +++ b/widgets/displaytext.cpp @@ -379,6 +379,7 @@ QString DisplayText::appendWorkedB4 (QString message, QString call, QString cons countryName.replace ("Central ", "C. "); countryName.replace (" and ", " & "); countryName.replace ("Republic", "Rep."); + countryName.replace ("United States of America", "U.S.A."); countryName.replace ("United States", "U.S.A."); countryName.replace ("Fed. Rep. of ", ""); countryName.replace ("French ", "Fr.");