From 632e44b0b74961fcc347c35bf6185114dc084ab2 Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Tue, 18 Feb 2020 22:33:41 +0100 Subject: [PATCH] Fix missing languages in oracle dropdown (#3896) --- oracle/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle/src/main.cpp b/oracle/src/main.cpp index 523a53b7..9c4c0575 100644 --- a/oracle/src/main.cpp +++ b/oracle/src/main.cpp @@ -49,7 +49,7 @@ int main(int argc, char *argv[]) #elif defined(Q_OS_WIN) translationPath = qApp->applicationDirPath() + "/translations"; #else // linux - translationPath = qApp->applicationDirPath() + "/../share/cockatrice/translations"; + translationPath = qApp->applicationDirPath() + "/../share/oracle/translations"; #endif settingsCache = new SettingsCache;