configure_debug: Fix typo
I thought I removed the double-asterisks in
db637b5a4c but I am apparently mistaken.
This corrects that.
While we're at it, capitalize `All` in the previous setting.
			
			
This commit is contained in:
		| @@ -214,14 +214,14 @@ | ||||
|       <item row="1" column="1"> | ||||
|        <widget class="QCheckBox" name="enable_all_controllers"> | ||||
|         <property name="text"> | ||||
|          <string>Enable all Controller Types</string> | ||||
|          <string>Enable All Controller Types</string> | ||||
|         </property> | ||||
|        </widget> | ||||
|       </item> | ||||
|       <item row="2" column="1"> | ||||
|        <widget class="QCheckBox" name="disable_web_applet"> | ||||
|         <property name="text"> | ||||
|          <string>Disable Web Applet**</string> | ||||
|          <string>Disable Web Applet</string> | ||||
|         </property> | ||||
|        </widget> | ||||
|       </item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 lat9nq
					lat9nq