mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
changes in typography
This commit is contained in:
parent
8897001567
commit
e01a61d816
14 changed files with 29 additions and 29 deletions
|
@ -723,7 +723,7 @@ void MainWindow::askRecursiveTorrentDownloadConfirmation(BitTorrent::TorrentHand
|
|||
void MainWindow::handleDownloadFromUrlFailure(QString url, QString reason) const
|
||||
{
|
||||
// Display a message box
|
||||
showNotificationBaloon(tr("Url download error"), tr("Couldn't download file at url: %1, reason: %2.").arg(url).arg(reason));
|
||||
showNotificationBaloon(tr("URL download error"), tr("Couldn't download file at URL: %1, reason: %2.").arg(url).arg(reason));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionSet_global_upload_limit_triggered()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue