aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-11-25 12:29:07 +0100
committerMike FABIAN <mike.fabian@basyskom.de>2010-11-25 12:35:33 +0100
commit027b9cdc40d72af553826fee2b4430b8c543bdb5 (patch)
tree928813d3efb7b33f3ff3b5616f538a2edb228c8c /tests
parent483505860ed25132cf7efb9156e767947da84b70 (diff)
Changes: fix unit text for language endonym
RevBy: Berthold Krevert, Adrián Yanes Details: Language endonym for zh_CN is now “中文 (中国大陆)” instead of “中文(简体)”, this has been changed in commit c134d6e357fa95cef17cac373e333857fb0c8be0
Diffstat (limited to 'tests')
-rw-r--r--tests/ft_locales/ft_locales.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ft_locales/ft_locales.cpp b/tests/ft_locales/ft_locales.cpp
index 8abff496..0774e42c 100644
--- a/tests/ft_locales/ft_locales.cpp
+++ b/tests/ft_locales/ft_locales.cpp
@@ -609,7 +609,7 @@ void Ft_Locales::testMLocaleLanguageEndonym_data()
<< QString("日本語");
QTest::newRow("zh_CN")
<< QString("zh_CN")
- << QString("中文(简体)");
+ << QString("中文 (中国大陆)");
}
void Ft_Locales::testMLocaleLanguageEndonym()