summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-08 14:44:18 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-08 14:44:18 +0300
commitac91cd55be7e2f69cfbf7e039feba2bdee7edfc0 (patch)
tree6a53476830d11ba0d8905d1b750fc6e348c29c2e /plugins/MirLua/src
parenta19539f3372a0c25c2159d07b442ab318cd2420e (diff)
fixes #4965 (Folders: некоторые строки не переводятся)
Diffstat (limited to 'plugins/MirLua/src')
-rw-r--r--plugins/MirLua/src/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirLua/src/plugin.cpp b/plugins/MirLua/src/plugin.cpp
index b6dba83f2e..11c1f33c42 100644
--- a/plugins/MirLua/src/plugin.cpp
+++ b/plugins/MirLua/src/plugin.cpp
@@ -106,8 +106,8 @@ int CMPlugin::OnOptionsInit(WPARAM wParam, LPARAM)
int CMPlugin::OnModulesLoaded(WPARAM, LPARAM)
{
- g_hCLibsFolder = FoldersRegisterCustomPathW(MODULENAME, "CLibsFolder", MIRLUA_PATHT, TranslateT("C libs folder"));
- g_hScriptsFolder = FoldersRegisterCustomPathW(MODULENAME, "ScriptsFolder", MIRLUA_PATHT, TranslateT("Scripts folder"));
+ g_hCLibsFolder = FoldersRegisterCustomPathW(MODULENAME, LPGEN("C Libs Folder"), MIRLUA_PATHT);
+ g_hScriptsFolder = FoldersRegisterCustomPathW(MODULENAME, LPGEN("Scripts folder"), MIRLUA_PATHT);
LoadLuaScripts();