Enforce device set terminology on main window

pull/127/head
f4exb 2018-01-05 02:12:49 +01:00
rodzic 2bd1692a2f
commit 7ef6964982
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -98,7 +98,7 @@
</font> </font>
</property> </property>
<property name="title"> <property name="title">
<string>&amp;Devices</string> <string>&amp;DeviceSets</string>
</property> </property>
<addaction name="action_addSourceDevice"/> <addaction name="action_addSourceDevice"/>
<addaction name="action_addSinkDevice"/> <addaction name="action_addSinkDevice"/>
@ -842,7 +842,7 @@
</action> </action>
<action name="action_addSourceDevice"> <action name="action_addSourceDevice">
<property name="text"> <property name="text">
<string>Add source device</string> <string>Add source device set</string>
</property> </property>
<property name="font"> <property name="font">
<font/> <font/>
@ -850,7 +850,7 @@
</action> </action>
<action name="action_removeLastDevice"> <action name="action_removeLastDevice">
<property name="text"> <property name="text">
<string>Remove last device</string> <string>Remove last device set</string>
</property> </property>
<property name="font"> <property name="font">
<font/> <font/>
@ -885,7 +885,7 @@
</action> </action>
<action name="action_addSinkDevice"> <action name="action_addSinkDevice">
<property name="text"> <property name="text">
<string>Add sink device</string> <string>Add sink device set</string>
</property> </property>
</action> </action>
<action name="action_Logging"> <action name="action_Logging">