More translateable strings, #1354

This commit is contained in:
Alexey Sokolov
2018-03-25 22:57:05 +01:00
parent 2e31a8ee97
commit 6ca2d5caa0
3 changed files with 408 additions and 393 deletions

View File

@@ -635,7 +635,7 @@ void CChan::SendBuffer(CClient* pClient, const CBuffer& Buffer) {
if (!bSkipStatusMsg) {
m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + GetName() +
" :Buffer Playback...",
" :" + t_s("Buffer Playback..."),
pUseClient);
}
@@ -673,7 +673,7 @@ void CChan::SendBuffer(CClient* pClient, const CBuffer& Buffer) {
&bSkipStatusMsg);
if (!bSkipStatusMsg) {
m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + GetName() +
" :Playback Complete.",
" :" + t_s("Playback Complete."),
pUseClient);
}