diff --git a/tests/translations_test.cpp b/tests/translations_test.cpp index c1b641a03..f02630071 100644 --- a/tests/translations_test.cpp +++ b/tests/translations_test.cpp @@ -29,8 +29,8 @@ TEST(Translations, Basic) { PoTranslator t; t.load("clementine_es.qm", ":/translations"); - EXPECT_EQ(QString::fromUtf8("Colección"), + EXPECT_EQ(QString::fromUtf8("Fonoteca"), t.translate("MainWindow", "Library")); - EXPECT_EQ(QString::fromUtf8("Colección"), + EXPECT_EQ(QString::fromUtf8("Fonoteca"), t.translate("", "Library")); }