Skip to content

Commit 9155241

Browse files
authored
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'.
1 parent 7821db3 commit 9155241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
<item>
646646
<widget class="QPushButton" name="btnClearTrafficGraph">
647647
<property name="text">
648-
<string>&amp;Clear</string>
648+
<string>&amp;Reset</string>
649649
</property>
650650
<property name="autoDefault">
651651
<bool>false</bool>

0 commit comments

Comments
 (0)