diff options
| author | OIS <mistresssilvara@hotmail.com> | 2021-03-16 22:48:37 +0700 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-03-16 21:04:07 +0100 |
| commit | 502219103193c850604110bbfe5e0c456df980bc (patch) | |
| tree | 1d81b2b92f106497dd0030f442b724027820e0f3 /src/browsertab.cpp | |
| parent | aab2b50efa1298ba8a5dd1f21f05c306ee8ea4d1 (diff) | |
| download | kristall-502219103193c850604110bbfe5e0c456df980bc.tar.gz | |
mark more strings for translation
Diffstat (limited to 'src/browsertab.cpp')
| -rw-r--r-- | src/browsertab.cpp | 2 |
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; } |
