diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-18 09:53:05 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-18 09:59:47 +0200 |
| commit | 9fe80a2ec8f1578123a4cf946af512f310a34419 (patch) | |
| tree | 60ff40666457ddc1c672f19035f98736a85aef95 /src | |
| parent | Merge pull request #4339 (diff) | |
| parent | [Qt] rename In:/Out: to Received/Sent in traffic tab (diff) | |
| download | discoin-9fe80a2ec8f1578123a4cf946af512f310a34419.tar.xz discoin-9fe80a2ec8f1578123a4cf946af512f310a34419.zip | |
Merge pull request #4334
6763018 [Qt] rename In:/Out: to Received/Sent in traffic tab (Philip Kaufmann)
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/rpcconsole.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 1e574e852..7158b65c2 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -559,7 +559,7 @@ <item> <widget class="QLabel" name="label_16"> <property name="text"> - <string>In:</string> + <string>Received</string> </property> </widget> </item> @@ -639,7 +639,7 @@ <item> <widget class="QLabel" name="label_17"> <property name="text"> - <string>Out:</string> + <string>Sent</string> </property> </widget> </item> |