Merge pull request #2512 from lemondrops/bugfix/qt_typo

Fix a typo in qt_platform.cpp
This commit is contained in:
David Hrdlička
2022-07-26 13:52:36 +02:00
committed by GitHub

View File

@@ -571,7 +571,7 @@ void ProgSettings::reloadStrings()
gssynthstr.replace("libgs", LIB_NAME_GS);
}
else gssynthstr.prepend(LIB_NAME_GS);
translatedstrings[IDS_2132] = flsynthstr.toStdWString();
translatedstrings[IDS_2132] = gssynthstr.toStdWString();
auto ftsynthstr = QCoreApplication::translate("", " is required for ESC/P printer emulation.");
if (ftsynthstr.contains("libfreetype"))
{