diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-02-20 13:16:17 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-02-20 13:16:17 +0000 |
commit | 7e93f8a0c18cdf14d9cb36f4aaa2dda67dfa7256 (patch) | |
tree | e85629d66205b6c64b51e190b038eb087feb268e /plugins/Scriver | |
parent | 6a55dfd05ba870b86f5a0a17fd72763412197719 (diff) |
tautology
git-svn-id: http://svn.miranda-ng.org/main/trunk@12220 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/chat/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/options.cpp b/plugins/Scriver/src/chat/options.cpp index a10615886b..e81e098f02 100644 --- a/plugins/Scriver/src/chat/options.cpp +++ b/plugins/Scriver/src/chat/options.cpp @@ -373,7 +373,7 @@ INT_PTR CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lPa _T("%nick%"), TranslateT("nick of current contact (if defined)"),
_T("%proto%"), TranslateT("protocol name of current contact (if defined). Account name is used when protocol supports multiple accounts"),
_T("%accountname%"), TranslateT("user-defined account name of current contact (if defined)."),
- _T("%userid%"), TranslateT("user ID of current contact (if defined). It is like UIN Number for ICQ, JID for Jabber, etc."),
+ _T("%userid%"), TranslateT("user ID of current contact (if defined). It is like UIN for ICQ, JID for Jabber, etc."),
// global vars
_T("%miranda_path%"), TranslateT("path to Miranda root folder"),
_T("%miranda_profilesdir%"), TranslateT("path to folder containing Miranda profiles"),
|