diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-02-17 13:27:12 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-02-17 13:27:12 +0000 |
commit | dd0c1109251c09be319f732e74c67853676e0157 (patch) | |
tree | 6578cd7b2a720dcb9416e54aeb793db5c9bae55b /protocols | |
parent | 54f086e190fe250e0e4117a0a42894976cd3ab5b (diff) |
VKontakte: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@12160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 81d766ca73..5d242302ca 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -198,7 +198,7 @@ BEGIN CONTROL "Hide chats on startup",IDC_HIDECHATS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,19,278,10
CONTROL "Always notify as unread for all incoming message",IDC_MESASUREAD,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,30,278,10
- CONTROL "Force ivisible status upon user activity",IDC_FORCE_ONLINE_ON_ACT,
+ CONTROL "Force invisible status upon user activity",IDC_FORCE_ONLINE_ON_ACT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,41,278,10
LTEXT "Invisible interval timeout (min):",IDC_STATIC,16,56,184,8
EDITTEXT IDC_ED_INT_INVIS,204,52,40,14,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER
|