Fix translation string being incorrectly split

This commit is contained in:
baldurk
2017-11-03 15:54:06 +00:00
parent b34246607b
commit 0ae61ea088
+2 -3
View File
@@ -669,9 +669,8 @@ void LiveCapture::openCapture(CaptureLog *log)
RDDialog::critical(
this, tr("No active replay context"),
tr("This capture is on remote host %1 and there is no active replay context on that "
"host.\n") +
tr("You can either save the log locally, or switch to a replay context on %1.")
.arg(m_Hostname));
"host.\nYou can either save the log locally, or switch to a replay context on %1.")
.arg(m_HostFriendlyname));
return;
}