Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename 'Scan' button in serial config #1640

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading