Fix typos. Make ìTP untranslatable. Use American variation of words. Closes #3654.

This commit is contained in:
sledgehammer999 2015-09-04 22:56:08 +03:00
commit 581d544f61
8 changed files with 19 additions and 15 deletions

View file

@ -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 += ", ";
}