mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Fix typos. Make ìTP
untranslatable. Use American variation of words. Closes #3654.
This commit is contained in:
parent
aa5fbd461f
commit
581d544f61
8 changed files with 19 additions and 15 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "core/bittorrent/peerinfo.h"
|
||||
#include "core/preferences.h"
|
||||
#include "core/logger.h"
|
||||
#include "core/unicodestrings.h"
|
||||
#include "propertieswidget.h"
|
||||
#include "core/net/geoipmanager.h"
|
||||
#include "peersadditiondlg.h"
|
||||
|
@ -477,7 +478,7 @@ void PeerListWidget::getFlags(const BitTorrent::PeerInfo &peer, QString& flags,
|
|||
|
||||
if (peer.useUTPSocket()) {
|
||||
flags += "P ";
|
||||
tooltip += QString::fromUtf8("μTP");
|
||||
tooltip += QString::fromUtf8(C_UTP);
|
||||
tooltip += ", ";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue