mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix missing format argument in error message
This commit is contained in:
@@ -857,7 +857,8 @@ bool LiveCapture::saveCapture(Capture *cap, QString path)
|
||||
{
|
||||
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") +
|
||||
"context on that host.\n")
|
||||
.arg(m_Hostname) +
|
||||
tr("Without an active replay context the capture cannot be saved, "
|
||||
"try switching to a replay context on %1.")
|
||||
.arg(m_Hostname));
|
||||
|
||||
Reference in New Issue
Block a user