diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-12 20:05:14 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-12 20:05:14 +0000 |
commit | 69bacf13e2c85a5f57df9215288c9b2dcf205db7 (patch) | |
tree | b2e6c15ffacfc3a0727acde1c1df62dd53913320 /protocols/Tlen | |
parent | 86af3b9f5006773c3acd00493384be7483a0d4a3 (diff) |
- Protocols descriptions standardization and russian langpack update accordingly
git-svn-id: http://svn.miranda-ng.org/main/trunk@3079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen')
-rw-r--r-- | protocols/Tlen/src/tlen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen.cpp b/protocols/Tlen/src/tlen.cpp index 991e22bd6c..b6e447debc 100644 --- a/protocols/Tlen/src/tlen.cpp +++ b/protocols/Tlen/src/tlen.cpp @@ -45,7 +45,7 @@ PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX),
"Tlen Protocol",
PLUGIN_MAKE_VERSION(TLEN_MAJOR_VERSION,TLEN_MINOR_VERSION,TLEN_RELEASE_NUM,TLEN_BUILD_NUM),
- "Tlen protocol plugin for Miranda NG.",
+ "Tlen protocol support for Miranda NG.",
"Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki",
"the_leech@users.berlios.de",
"(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki",
|