diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-24 19:30:23 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-24 19:30:23 +0000 |
commit | 165144cb21ea6f39323fbb7a1627b0d8f256435a (patch) | |
tree | 912ba8fdc8cd972a970425b49a94de11d485147e | |
parent | 34308a15a4c569858d8404e30089a816230cece5 (diff) |
WebView: it means "any popup plugin" not "Popup+"
git-svn-id: http://svn.miranda-ng.org/main/trunk@15775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/WebView/res/webview.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc index b78327ac06..a82b445855 100644 --- a/plugins/WebView/res/webview.rc +++ b/plugins/WebView/res/webview.rc @@ -94,7 +94,7 @@ BEGIN GROUPBOX "Error messages",IDC_STATIC,1,137,278,25
CONTROL "Suppress error messages",IDC_SUPPRESS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,16,149,110,8
- CONTROL "Display using Popup or wbOSD plugin",IDC_ERROR_POPUP,"Button",
+ CONTROL "Display using popup or wbOSD plugin",IDC_ERROR_POPUP,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,140,149,130,8
//////////
GROUPBOX "Expert options",IDC_ADV_GRP,142,163,137,35,WS_GROUP
|