diff --git a/lib/func.cpp b/lib/func.cpp index 3e06f6b6..9f9ff540 100644 --- a/lib/func.cpp +++ b/lib/func.cpp @@ -277,7 +277,7 @@ const QString getUserSettingsDir() const QString getI18nDir() { QString qm = QStandardPaths::locate(QStandardPaths::DataLocation, - I18N_DIR "xca.qm"); + I18N_DIR "xca_de.qm"); return QFileInfo(qm).path(); }