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 ++-- plugins/NewStory/src/templates.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }, diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index adb6ee94be..d86093cd61 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -304,7 +304,7 @@ void vfOther(int, TemplateVars *vars, MCONTACT, ItemData *) TemplateInfo templates[TPL_COUNT] = { { "tpl/interface/title", LPGENW("Interface"), ICO_NEWSTORY, LPGENW("Window title"), - L"%N - History [%c messages total]", 0, 0, + L"%N - history [%c messages total]", 0, 0, { vfGlobal, vfContact, 0, 0, 0 } }, { "tpl/msglog/msg", LPGENW("Message log"), ICO_SENDMSG, LPGENW("Messages"), -- cgit v1.2.3