From 7748cdf57e6bdd8cc1511ece146ebcc606c56fbe Mon Sep 17 00:00:00 2001
From: MikalaiR <nikolay.romanovich@narod.ru>
Date: Thu, 7 Jan 2016 19:47:18 +0000
Subject: MirLua: bad translation fix

git-svn-id: http://svn.miranda-ng.org/main/trunk@16053 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/MirLua/src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins')

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);
 
-- 
cgit v1.2.3