aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/libkvisystem.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2011-05-29 16:22:29 +0000
committerGravatar Elvio Basello2011-05-29 16:22:29 +0000
commit670a368cb9a4b8ed118c11f6c8b988ab55f0e06b (patch)
tree13e83845df6e5d05de4b187c68d392322fdb7030 /src/modules/system/libkvisystem.cpp
parentupdate (diff)
downloadKVIrc-670a368cb9a4b8ed118c11f6c8b988ab55f0e06b.tar.gz
KVIrc-670a368cb9a4b8ed118c11f6c8b988ab55f0e06b.tar.bz2
KVIrc-670a368cb9a4b8ed118c11f6c8b988ab55f0e06b.zip
updated translation files
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5857 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/system/libkvisystem.cpp')
-rw-r--r--src/modules/system/libkvisystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp
index 1270463cc..ca5ed1149 100644
--- a/src/modules/system/libkvisystem.cpp
+++ b/src/modules/system/libkvisystem.cpp
@@ -614,7 +614,7 @@ static bool system_kvs_fnc_dbus(KviKvsModuleFunctionCall *c)
}
#else
- c->warning(__tr2qs("DBus calls are available only under unix"));
+ c->warning(__tr2qs("DBus calls are available only under UNIX"));
#endif
return true;
}