diff options
| author | Daniel Aleksandersen <[email protected]> | 2017-02-05 06:48:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-05 06:48:31 +0100 |
| commit | 9155241bd9b0de18f30a5589351bdcbd0c6583a6 (patch) | |
| tree | d54353efe9a0ed4ab85a8f187361fa189b6aa607 /src/qt/forms | |
| parent | Merge #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72 (diff) | |
| download | discoin-9155241bd9b0de18f30a5589351bdcbd0c6583a6.tar.xz discoin-9155241bd9b0de18f30a5589351bdcbd0c6583a6.zip | |
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 8be4a955b..093e644bd 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> |