small spelling changes

This commit is contained in:
Mario 2020-11-11 14:46:29 +01:00
parent bbc3022644
commit d649c3d395
3 changed files with 4 additions and 4 deletions

View File

@ -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);
}

View File

@ -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;

View File

@ -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;