mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -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,8 +123,8 @@ void PopupDistantChatDialog::updateDisplay()
|
||||||
_status_label->setToolTip(
|
_status_label->setToolTip(
|
||||||
QObject::tr("Distant peer has closed the chat") );
|
QObject::tr("Distant peer has closed the chat") );
|
||||||
getChatWidget()->updateStatusString(
|
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 );
|
" secured chat tunnel." ), true );
|
||||||
getChatWidget()->blockSending(tr( "The chat partner deleted the secure"
|
getChatWidget()->blockSending(tr( "The chat partner deleted the secure"
|
||||||
" tunnel, messages will be delivered"
|
" tunnel, messages will be delivered"
|
||||||
" as soon as possible"));
|
" as soon as possible"));
|
||||||
|
@ -143,7 +143,7 @@ void PopupDistantChatDialog::updateDisplay()
|
||||||
case RS_DISTANT_CHAT_STATUS_CAN_TALK:
|
case RS_DISTANT_CHAT_STATUS_CAN_TALK:
|
||||||
//std::cerr << "Tunnel is ok and data is transmitted." << std::endl;
|
//std::cerr << "Tunnel is ok and data is transmitted." << std::endl;
|
||||||
_status_label->setIcon(QIcon(IMAGE_GRN_LED));
|
_status_label->setIcon(QIcon(IMAGE_GRN_LED));
|
||||||
msg = QObject::tr( "Secured tunnel is working."
|
msg = QObject::tr( "Secured tunnel is working. "
|
||||||
"Messages are delivered immediately!" );
|
"Messages are delivered immediately!" );
|
||||||
_status_label->setToolTip(msg);
|
_status_label->setToolTip(msg);
|
||||||
getChatWidget()->unblockSending();
|
getChatWidget()->unblockSending();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue