mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
PopupDistantChatDialog fix some strings
This commit is contained in:
parent
953b70fbe4
commit
08161db43b
1 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ void PopupDistantChatDialog::updateDisplay()
|
|||
_status_label->setToolTip(
|
||||
QObject::tr("Distant peer has closed the chat") );
|
||||
getChatWidget()->updateStatusString(
|
||||
"%1", tr( "The person you're talking to has deleted the"
|
||||
"%1", tr( "The person you are talking to has deleted the"
|
||||
" secured chat tunnel." ), true );
|
||||
getChatWidget()->blockSending(tr( "The chat partner deleted the secure"
|
||||
" tunnel, messages will be delivered"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue