mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 20:28:05 -06:00
Use 'μTP' instead of 'uTP'.
This commit is contained in:
@@ -445,7 +445,7 @@ QString PeerListWidget::getConnectionString(int connection_type)
|
||||
switch(connection_type) {
|
||||
#if LIBTORRENT_VERSION_NUM >= 1600
|
||||
case peer_info::bittorrent_utp:
|
||||
connection = "uTP";
|
||||
connection = QString::fromUtf8("μTP");
|
||||
break;
|
||||
case peer_info::http_seed:
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user