diff options
author | dartraiden <wowemuh@gmail.com> | 2020-05-04 17:31:32 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-05-04 17:32:55 +0300 |
commit | 324292b60b005bbcf566393feb464ac2e01ed336 (patch) | |
tree | 019865d63b084b22babc0de6b25fda7f38b99521 /plugins | |
parent | edf5b2f830428d258237f707fb8e51f02670715e (diff) |
NewStory: spelling correction
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/fonts.cpp | 4 | ||||
-rw-r--r-- | 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"), |