summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_format.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-18 23:43:22 +0000
commitf96e42380a9bc755141480d3809a9c7eeecb4539 (patch)
tree2afc4371e5faf48a1f8dae25a7f752dbce17668f /kspread/kspread_format.cc
parent4534ffe29f468c46986d0b486b318b53f76115ad (diff)
downloadkoffice-f96e42380a9bc755141480d3809a9c7eeecb4539.tar.gz
koffice-f96e42380a9bc755141480d3809a9c7eeecb4539.zip
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/applications/koffice@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kspread/kspread_format.cc')
-rw-r--r--kspread/kspread_format.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_format.cc b/kspread/kspread_format.cc
index 587bf5005..ecebff607 100644
--- a/kspread/kspread_format.cc
+++ b/kspread/kspread_format.cc
@@ -3282,7 +3282,7 @@ namespace Currency_LNS
{ "EUR", I18N_NOOP("Portugal"), I18N_NOOP("Euro"), I18N_NOOP("EUR") },
{ "PTE", I18N_NOOP("Portugal"), I18N_NOOP("Escudo"), I18N_NOOP("Esc.") },
{ "USD", I18N_NOOP("Puerto Rico"), I18N_NOOP("US Dollar"), I18N_NOOP("USD") },
- { "TQAR", I18N_NOOP("Qatar"), I18N_NOOP("Qatari Rial"), I18N_NOOP("TQAR") },
+ { "QAR", I18N_NOOP("Qatar"), I18N_NOOP("Qatari Rial"), I18N_NOOP("QAR") },
{ "ROL", I18N_NOOP("Romania"), I18N_NOOP("Leu"), I18N_NOOP("LEI") },
{ "RUR", I18N_NOOP("Russian Federation"), I18N_NOOP("Russian Ruble"), I18N_NOOP("RUR") },
{ "RUB", I18N_NOOP("Russian Federation"), I18N_NOOP("Russian Ruble"), I18N_NOOP("RUB") },