From 502219103193c850604110bbfe5e0c456df980bc Mon Sep 17 00:00:00 2001 From: OIS Date: Tue, 16 Mar 2021 22:48:37 +0700 Subject: mark more strings for translation --- src/browsertab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/browsertab.cpp') diff --git a/src/browsertab.cpp b/src/browsertab.cpp index dc85078..4c28f1c 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -196,7 +196,7 @@ void BrowserTab::navigateTo(const QUrl &url, PushToHistory mode, RequestFlags fl this->timer.start(); if(not this->startRequest(url, ProtocolHandler::Default, flags)) { - QMessageBox::critical(this, "Kristall", QString("Failed to execute request to %1").arg(url.toString())); + QMessageBox::critical(this, tr("Kristall"), QString(tr("Failed to execute request to %1")).arg(url.toString())); return; } -- cgit v1.2.3