summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-01-07 19:47:18 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-01-07 19:47:18 +0000
commit7748cdf57e6bdd8cc1511ece146ebcc606c56fbe (patch)
treefba4a88a8de057d8efaa4556efc6b554b868bbdc
parent86f9e6be8bbdb7eabf2b92b72597c9802a71854a (diff)
MirLua: bad translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@16053 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/MirLua/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/main.cpp b/plugins/MirLua/src/main.cpp
index c6a83765b9..391816f77c 100644
--- a/plugins/MirLua/src/main.cpp
+++ b/plugins/MirLua/src/main.cpp
@@ -40,7 +40,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
int OnModulesLoaded(WPARAM, LPARAM)
{
- g_hScriptsFolder = FoldersRegisterCustomPathT(MODULE, Translate("Scripts folder"), MIRLUA_PATHT);
+ g_hScriptsFolder = FoldersRegisterCustomPathT(MODULE, LPGEN("Scripts folder"), MIRLUA_PATHT);
HookEvent(ME_OPT_INITIALISE, CLuaOptions::OnOptionsInit);