small spelling changes
This commit is contained in:
		
							parent
							
								
									bbc3022644
								
							
						
					
					
						commit
						d649c3d395
					
				| @ -68,8 +68,8 @@ Blockly.Blocks["sensebox_mqtt_publish"] = { | ||||
|             .appendField(Blockly.Msg.senseBox_mqtt_publish); | ||||
|         this.appendValueInput('value') | ||||
|             .setCheck(null) | ||||
|             .appendField('Feed') | ||||
|             .appendField(new Blockly.FieldTextInput('Feedname'), 'publishfeed'); | ||||
|             .appendField('Feed/Topic') | ||||
|             .appendField(new Blockly.FieldTextInput('Name'), 'publishfeed'); | ||||
|         this.setPreviousStatement(true, null); | ||||
|         this.setNextStatement(true, null); | ||||
|     } | ||||
|  | ||||
| @ -798,6 +798,6 @@ Blockly.Msg.senseBox_mqtt_port = "Port"; | ||||
| Blockly.Msg.senseBox_mqtt_username = "Benutzername"; | ||||
| Blockly.Msg.senseBox_mqtt_password = "Passwort"; | ||||
| Blockly.Msg.sensebox_mqtt_subscribe = "Subscribe to Feed" | ||||
| Blockly.Msg.senseBox_mqtt_publish = "Sende an Feed"; | ||||
| Blockly.Msg.senseBox_mqtt_publish = "Sende an Feed/Topic"; | ||||
| 
 | ||||
| export const De = Blockly.Msg; | ||||
|  | ||||
| @ -780,6 +780,6 @@ Blockly.Msg.senseBox_mqtt_port = "Port"; | ||||
| Blockly.Msg.senseBox_mqtt_username = "Username"; | ||||
| Blockly.Msg.senseBox_mqtt_password = "Password"; | ||||
| Blockly.Msg.sensebox_mqtt_subscribe = "Subscribe to Feed" | ||||
| Blockly.Msg.senseBox_mqtt_publish = "Publish to Feed"; | ||||
| Blockly.Msg.senseBox_mqtt_publish = "Publish to Feed/Topic"; | ||||
| 
 | ||||
| export const En = Blockly.Msg; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user