summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/sv_SE.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/sv_SE.xml b/i18npool/source/localedata/data/sv_SE.xml
index ec67a49e21d8..449a42076f32 100644
--- a/i18npool/source/localedata/data/sv_SE.xml
+++ b/i18npool/source/localedata/data/sv_SE.xml
@@ -350,8 +350,8 @@
<quarter2Word>2 kvartalet</quarter2Word>
<quarter3Word>3 kvartalet</quarter3Word>
<quarter4Word>4 kvartalet</quarter4Word>
- <aboveWord>nedan</aboveWord>
- <belowWord>ovan</belowWord>
+ <aboveWord>ovan</aboveWord>
+ <belowWord>nedan</belowWord>
<quarter1Abbreviation>K1</quarter1Abbreviation>
<quarter2Abbreviation>K2</quarter2Abbreviation>
<quarter3Abbreviation>K3</quarter3Abbreviation>
y/source/drivers/postgresql/pq_xviews.cxx?h=cp-5.0-10&id=a238b1f8d304bf1e2ffb357937f3ec888ee8ac89'>Remove excess newlinesChris Sherlock 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-18add missing vim modelinesCaolán McNamara