Skip to content

Commit

Permalink
fix: idk why this wont work anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperW824 committed Aug 13, 2021
1 parent 3385239 commit c6c86be
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select an Alternate Setting from this Dropdown box, the possible alternate settings change based off of the Interface selected, choose a Device and Interface before choosing an Alternate Setting. Alternate Settings are displayed with their number and their number of Endpoints to choose from.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="placeholderText">
<string/>
<string>Select an Alternate Setting: </string>
</property>
</widget>
</item>
Expand All @@ -113,7 +113,7 @@
<string/>
</property>
<property name="placeholderText">
<string/>
<string>Select a Device:</string>
</property>
</widget>
</item>
Expand All @@ -133,7 +133,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select a Device Interface from this Dropdown box, Interfaces change depending on the device selected, please select a device before selecting an Interface. Interfaces are displayed, with their number and then their number of possible Alternate Settings. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="placeholderText">
<string/>
<string>Select an Interface:</string>
</property>
</widget>
</item>
Expand All @@ -143,7 +143,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select an Endpoint from the Dropdown below, the endpoint is the location that data is read from. Endpoints are dependent on the Alternate Setting chosen, choose a Device, Interface, and Alternate Setting before choosing an Endpoint. Keep in mind that not all Endpoints may be shown, only endpoints that transfer data Device to Host (IN Endpoints) are shown.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="placeholderText">
<string/>
<string>Select an Endpoint:</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit c6c86be

Please sign in to comment.