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:
Daniel Aleksandersen 2017-02-05 06:48:31 +01:00 committed by GitHub
parent 7821db30e1
commit 9155241bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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>