diff options
author | Daniel Aleksandersen <code@daniel.priv.no> | 2017-02-05 06:48:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-05 06:48:31 +0100 |
commit | 9155241bd9b0de18f30a5589351bdcbd0c6583a6 (patch) | |
tree | d54353efe9a0ed4ab85a8f187361fa189b6aa607 /src/qt/forms | |
parent | 7821db30e16149a3d8b7f467a4e5ac276af6ccbd (diff) |
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'.
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/debugwindow.ui | 2 |
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>&Clear</string> + <string>&Reset</string> </property> <property name="autoDefault"> <bool>false</bool> |