diff options
| author | dartraiden <wowemuh@gmail.com> | 2020-03-17 23:01:01 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2020-03-17 23:02:09 +0300 |
| commit | e48f8b63e97fb00ddaedf1004c936a4d26673236 (patch) | |
| tree | f0caf02245451730cdb078d29446b7dfa60cc421 /plugins/MirOTR/res | |
| parent | e5158b1b3c71329732dd3625f2ec048c9316df7f (diff) | |
MirOTR: this is accounts, not protocols
Diffstat (limited to 'plugins/MirOTR/res')
| -rw-r--r-- | plugins/MirOTR/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/res/resource.rc b/plugins/MirOTR/res/resource.rc index 4dbd1c6289..ad6b8f22ef 100644 --- a/plugins/MirOTR/res/resource.rc +++ b/plugins/MirOTR/res/resource.rc @@ -81,7 +81,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Set OTR policy per protocol",IDC_STC_PROTO1,3,3,291,12,SS_NOPREFIX | NOT WS_GROUP
+ LTEXT "Set OTR policy per account",IDC_STC_PROTO1,3,3,291,12,SS_NOPREFIX | NOT WS_GROUP
CONTROL "",IDC_LV_PROTO_PROTOS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,0,18,296,170
LTEXT "Current policy:",IDC_STC_PROTO2,3,193,152,9,SS_NOPREFIX | NOT WS_GROUP
COMBOBOX IDC_CMB_PROTO_POLICY,3,206,152,12,CBS_DROPDOWNLIST | CBS_HASSTRINGS | WS_TABSTOP
|
