aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-07-04 02:13:13 +0000
committerGravatar Elvio Basello2008-07-04 02:13:13 +0000
commit9e84835a02340199e5069f195d9b51abcb9ab2ee (patch)
tree3ac0df5ee7cc9f3765d72f695dd348aae0783962 /src/modules
parentfixed mdi manager background (diff)
downloadKVIrc-9e84835a02340199e5069f195d9b51abcb9ab2ee.tar.gz
KVIrc-9e84835a02340199e5069f195d9b51abcb9ab2ee.tar.bz2
KVIrc-9e84835a02340199e5069f195d9b51abcb9ab2ee.zip
merged perlcore translation in perl
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1987 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/perlcore/libkviperlcore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/perlcore/libkviperlcore.cpp b/src/modules/perlcore/libkviperlcore.cpp
index 7000829da..efcdb4340 100644
--- a/src/modules/perlcore/libkviperlcore.cpp
+++ b/src/modules/perlcore/libkviperlcore.cpp
@@ -220,7 +220,7 @@ bool KviPerlInterpreter::execute(
{
if(!m_pInterpreter)
{
- szError = __tr2qs_ctx("Internal error: perl interpreter not initialized","perlcore");
+ szError = __tr2qs_ctx("Internal error: perl interpreter not initialized","perl");
return false;
}
@@ -404,7 +404,7 @@ static bool perlcore_module_can_unload(KviModule *m)
KVIRC_MODULE(
"Perl", // module name
"4.0.0", // module version
- "Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)", // author & (C)
+ "Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)", // author & (C)
"Perl scripting engine core",
perlcore_module_init,
perlcore_module_can_unload,