Skip to content

Commit

Permalink
Merge pull request #1640 from sammdot/rename-scan
Browse files Browse the repository at this point in the history
Rename 'Scan' button in serial config
  • Loading branch information
sammdot committed Oct 19, 2023
2 parents 232edd8 + c692140 commit 53c416f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions news.d/feature/1640.ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Renamed the 'Scan' button in the serial port configuration window to 'Refresh', to (hopefully) more accurately convey that it simply lists all available serial ports.
4 changes: 2 additions & 2 deletions plover/gui_qt/config_serial_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
</size>
</property>
<property name="accessibleDescription">
<string>Scan for available serial ports.</string>
<string>Reload all available serial ports.</string>
</property>
<property name="text">
<string>Scan</string>
<string>Refresh</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 53c416f

Please sign in to comment.