From b7cf3059598dbb4c0b05ffca19cd07db32200695 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 11 Jun 2023 17:01:57 +0300 Subject: History++: fix capitalization --- plugins/HistoryPlusPlus/hpp_options.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/HistoryPlusPlus') 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'; -- cgit v1.2.3