Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*

This fixes the Kopete MSN protocol among other things


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/kipi-plugins@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru v3.5.13
tpearson 13 years ago
parent ace56e8f0b
commit 81357c799d

@ -248,7 +248,7 @@ public:
countryCodeMap.insert( "POL", i18n("Poland") );
countryCodeMap.insert( "PRT", i18n("Portugal") );
countryCodeMap.insert( "PRI", i18n("Puerto Rico") );
countryCodeMap.insert( "TQAT", i18n("Qatar") );
countryCodeMap.insert( "QAT", i18n("Qatar") );
countryCodeMap.insert( "REU", i18n("Reunion") );
countryCodeMap.insert( "ROU", i18n("Romania") );
countryCodeMap.insert( "RUS", i18n("Russian Federation") );

Loading…
Cancel
Save