diff options
author | dartraiden <wowemuh@gmail.com> | 2023-06-11 17:01:57 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-06-11 17:01:57 +0300 |
commit | b7cf3059598dbb4c0b05ffca19cd07db32200695 (patch) | |
tree | 178b769dfe58535e885b5979065643bed86e88a1 | |
parent | e5cb4c5e401b46e9155ea187dba5f4caa9c96d9b (diff) |
History++: fix capitalization
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_options.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_options.pas b/plugins/HistoryPlusPlus/hpp_options.pas index 262452821d..f204a3c66b 100644 --- a/plugins/HistoryPlusPlus/hpp_options.pas +++ b/plugins/HistoryPlusPlus/hpp_options.pas @@ -156,10 +156,10 @@ const (_type: [hppFont,hppColor]; name: 'Outgoing file';
Mes: [mtFile,mtOutgoing]; style:0; size: -11; color: $000000; back: $9BEEE3),
- (_type: [hppFont,hppColor]; name: 'Incoming url';
+ (_type: [hppFont,hppColor]; name: 'Incoming URL';
Mes: [mtUrl,mtIncoming]; style:0; size: -11; color: $000000; back: $F4D9CC),
- (_type: [hppFont,hppColor]; name: 'Outgoing url';
+ (_type: [hppFont,hppColor]; name: 'Outgoing URL';
Mes: [mtUrl,mtOutgoing]; style:0; size: -11; color: $000000; back: $F4D9CC),
(_type: [hppFont,hppColor]; name: 'Unused';
|