mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-27 20:52:25 -04:00
Enforce device set terminology on main window
This commit is contained in:
parent
2bd1692a2f
commit
7ef6964982
@ -98,7 +98,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>&Devices</string>
|
||||
<string>&DeviceSets</string>
|
||||
</property>
|
||||
<addaction name="action_addSourceDevice"/>
|
||||
<addaction name="action_addSinkDevice"/>
|
||||
@ -842,7 +842,7 @@
|
||||
</action>
|
||||
<action name="action_addSourceDevice">
|
||||
<property name="text">
|
||||
<string>Add source device</string>
|
||||
<string>Add source device set</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font/>
|
||||
@ -850,7 +850,7 @@
|
||||
</action>
|
||||
<action name="action_removeLastDevice">
|
||||
<property name="text">
|
||||
<string>Remove last device</string>
|
||||
<string>Remove last device set</string>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font/>
|
||||
@ -885,7 +885,7 @@
|
||||
</action>
|
||||
<action name="action_addSinkDevice">
|
||||
<property name="text">
|
||||
<string>Add sink device</string>
|
||||
<string>Add sink device set</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Logging">
|
||||
|
Loading…
x
Reference in New Issue
Block a user