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'.
This commit is contained in:
parent
7821db30e1
commit
9155241bd9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue