mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typos on Bluetooth selection widget
Fix "lable" typos from Bluetooth selection widget. Signed-off-by: Claudiu Olteanu <olteanu.claudiu@ymail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aaf61c52d8
commit
5fd0c7dd43
2 changed files with 7 additions and 7 deletions
|
|
@ -123,7 +123,7 @@
|
|||
</property>
|
||||
<layout class="QFormLayout" name="formLayout_2">
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="deviceNameLable">
|
||||
<widget class="QLabel" name="deviceNameLabel">
|
||||
<property name="text">
|
||||
<string>Name: </string>
|
||||
</property>
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="deviceAddressLable">
|
||||
<widget class="QLabel" name="deviceAddressLabel">
|
||||
<property name="text">
|
||||
<string>Address:</string>
|
||||
</property>
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
<widget class="QComboBox" name="localSelectedDevice"/>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="selectDeviceLable">
|
||||
<widget class="QLabel" name="selectDeviceLabel">
|
||||
<property name="text">
|
||||
<string>Select device:</string>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue