diff options
author | RMN <rmn@miranda-ng.org> | 2015-06-16 08:05:43 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-06-16 08:05:43 +0000 |
commit | b4683d6856632c4fac0ad54b0b1e692661a41bca (patch) | |
tree | 7c5706a464150a1ee59d31251fb97a70c23c7b1a /plugins/LotusNotify | |
parent | c90da14927858a2549f3523533cbe65bc9595563 (diff) |
LotusNotify: better name for option (thx pepinlebref)
git-svn-id: http://svn.miranda-ng.org/main/trunk@14186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LotusNotify')
-rw-r--r-- | plugins/LotusNotify/res/LotusNotify.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LotusNotify/res/LotusNotify.rc b/plugins/LotusNotify/res/LotusNotify.rc index bdceaf9d74..ce02d9b20e 100644 --- a/plugins/LotusNotify/res/LotusNotify.rc +++ b/plugins/LotusNotify/res/LotusNotify.rc @@ -99,7 +99,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Filter messages contain below strings in:",IDC_STATIC,5,20,235,62
+ GROUPBOX "Filter messages containing the following:",IDC_STATIC,5,20,235,62
LTEXT "Sender",IDC_STATIC,9,33,71,8
COMBOBOX IDC_FILTER_SENDER,82,32,120,11,CBS_DROPDOWN | CBS_SORT |
WS_VSCROLL | WS_TABSTOP
|