From 324292b60b005bbcf566393feb464ac2e01ed336 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 4 May 2020 17:31:32 +0300 Subject: NewStory: spelling correction --- plugins/NewStory/src/fonts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewStory/src/fonts.cpp') diff --git a/plugins/NewStory/src/fonts.cpp b/plugins/NewStory/src/fonts.cpp index be5c88c9c2..4d5558b0bb 100644 --- a/plugins/NewStory/src/fonts.cpp +++ b/plugins/NewStory/src/fonts.cpp @@ -19,8 +19,8 @@ MyColourID g_colorTable[COLOR_COUNT] = MyFontID g_fontTable[FONT_COUNT] = { - { LPGEN("Incoming nick"), "FontNickIn", RGB(0xc8, 0x3f, 0x6b) }, - { LPGEN("Outgoing nick"), "FontNickOut", RGB(0x08, 0x60, 0xbd) }, + { LPGEN("Incoming name"), "FontNickIn", RGB(0xc8, 0x3f, 0x6b) }, + { LPGEN("Outgoing name"), "FontNickOut", RGB(0x08, 0x60, 0xbd) }, { LPGEN("Incoming messages"), "FontMsgIn" }, { LPGEN("Outgoing messages"), "FontMsgOut" }, -- cgit v1.2.3