diff options
Diffstat (limited to 'plugins/NewStory')
-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", |