diff options
author | Jon Atack <jon@atack.com> | 2021-04-23 15:08:37 +0200 |
---|---|---|
committer | Jarol Rodriguez <jarolrod@tutanota.com> | 2021-05-05 00:32:12 -0400 |
commit | 73a91c63ec72e62ef76fbc857baff14b099a1358 (patch) | |
tree | f3bd8dfce75d4d12e845722d37275f10917a797e /src/qt/peertablemodel.h | |
parent | 2448457cca1858c2fcf3dfcb53de3f388ea72079 (diff) |
gui: rename "Peer Id" to "Peer" in tab column and details area
to allow resizing the column more tightly
Diffstat (limited to 'src/qt/peertablemodel.h')
-rw-r--r-- | src/qt/peertablemodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/peertablemodel.h b/src/qt/peertablemodel.h index 9c7bc25da2..2ba51e6246 100644 --- a/src/qt/peertablemodel.h +++ b/src/qt/peertablemodel.h @@ -74,7 +74,7 @@ public Q_SLOTS: private: interfaces::Node& m_node; - const QStringList columns{tr("Peer Id"), tr("Address"), tr("Type"), tr("Network"), tr("Ping"), tr("Sent"), tr("Received"), tr("User Agent")}; + const QStringList columns{tr("Peer"), tr("Address"), tr("Type"), tr("Network"), tr("Ping"), tr("Sent"), tr("Received"), tr("User Agent")}; std::unique_ptr<PeerTablePriv> priv; QTimer *timer; }; |