diff options
author | dartraiden <wowemuh@gmail.com> | 2020-04-15 02:36:33 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-04-15 02:36:50 +0300 |
commit | 01e6deb9cea4734e3da3701e35305eb061db72ee (patch) | |
tree | a2469b14d36385e06f04e16b41bd77188a1aad21 /plugins/NewStory/src/templates.cpp | |
parent | b330cf1861cc79d629ad1a7ecb3161fe8210521b (diff) |
NewStory: nice default window title
Diffstat (limited to 'plugins/NewStory/src/templates.cpp')
-rw-r--r-- | plugins/NewStory/src/templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index ac8ca68f26..5d7a72a2d9 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -292,7 +292,7 @@ void vfOther(int, TemplateVars *vars, MCONTACT, HistoryArray::ItemData *) TemplateInfo templates[TPL_COUNT] = { { "tpl/interface/title", L"Interface", ICO_NEWSTORY, L"Window Title", - L"%N's Newstory [%c messages total]", 0, 0, + L"%N - History [%c messages total]", 0, 0, { vfGlobal, vfContact, 0, 0, 0 } }, { "tpl/msglog/msg", L"Message Log", ICO_SENDMSG, L"Messages", |