aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
diff options
context:
space:
mode:
authorOIS <mistresssilvara@hotmail.com>2021-03-16 22:48:37 +0700
committerFelix Queißner <felix@ib-queissner.de>2021-03-16 21:04:07 +0100
commit502219103193c850604110bbfe5e0c456df980bc (patch)
tree1d81b2b92f106497dd0030f442b724027820e0f3 /src/browsertab.cpp
parentaab2b50efa1298ba8a5dd1f21f05c306ee8ea4d1 (diff)
downloadkristall-502219103193c850604110bbfe5e0c456df980bc.tar.gz
mark more strings for translation
Diffstat (limited to 'src/browsertab.cpp')
-rw-r--r--src/browsertab.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}