diff options
author | dartraiden <wowemuh@gmail.com> | 2022-08-04 01:50:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-08-04 02:29:54 +0300 |
commit | 847a43f289a9e2a55c6273d11651a2018903a889 (patch) | |
tree | 0c49eddd2c77039e0c8e242eac37a98b6ebae2ad /plugins/Scriver | |
parent | 12e048a4864c021c4d442705886d00225e693fe8 (diff) |
Per core and tabSRMM
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/chat_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp index 6fef88c896..f4b5f35669 100644 --- a/plugins/Scriver/src/chat_options.cpp +++ b/plugins/Scriver/src/chat_options.cpp @@ -52,7 +52,7 @@ static struct branch_t branch2[] = { GC_EVENT_KICK | GC_EVENT_NOTICE | GC_EVENT_NICK | GC_EVENT_INFORMATION | GC_EVENT_ADDSTATUS, 0, nullptr },
{ LPGENW("Prefix all events with a timestamp"), "ShowTimeStamp", 0, 1, nullptr },
{ LPGENW("Only prefix with timestamp if it has changed"), "ShowTimeStampIfChanged", 0, 0, nullptr },
- { LPGENW("Timestamp has same color as event"), "TimeStampEventColour", 0, 0, nullptr },
+ { LPGENW("Timestamp has same color as the event"), "TimeStampEventColour", 0, 0, nullptr },
{ LPGENW("Indent the second line of a message"), "LogIndentEnabled", 0, 1, nullptr },
{ LPGENW("Limit user names to 20 characters"), "LogLimitNames", 0, 1, nullptr },
{ LPGENW("Strip colors from messages"), "StripFormatting", 0, 0, nullptr },
|