aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Aleksandersen <code@daniel.priv.no>2017-02-05 06:48:31 +0100
committerGitHub <noreply@github.com>2017-02-05 06:48:31 +0100
commit9155241bd9b0de18f30a5589351bdcbd0c6583a6 (patch)
treed54353efe9a0ed4ab85a8f187361fa189b6aa607
parent7821db30e16149a3d8b7f467a4e5ac276af6ccbd (diff)
downloadbitcoin-9155241bd9b0de18f30a5589351bdcbd0c6583a6.tar.xz
Change 'Clear' button string to 'Reset'
Easier to understand what the button does (it resets the graph view). 'Clear' might mean that the graph is emptied and stops updating, whereas its easier to see that you're just starting fresh with 'Reset'.
-rw-r--r--src/qt/forms/debugwindow.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index 8be4a955b3..093e644bdc 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -645,7 +645,7 @@
<item>
<widget class="QPushButton" name="btnClearTrafficGraph">
<property name="text">
- <string>&amp;Clear</string>
+ <string>&amp;Reset</string>
</property>
<property name="autoDefault">
<bool>false</bool>