Ensure error messages are toStringed

This commit is contained in:
Nick O'Leary
2015-06-16 16:09:53 +01:00
parent 48df31d7b7
commit 9ca102cf81
8 changed files with 23 additions and 23 deletions

View File

@@ -280,8 +280,8 @@
"return": {
"timeout": "after a fixed timeout of",
"character": "when character received is",
"number": "a fixed number of chars:",
"never": "keep connection open"
"number": "a fixed number of chars",
"never": "never - keep connection open"
},
"status": {
"connecting": "connecting to __host__:__port__",
@@ -499,7 +499,7 @@
"label": {
"gpiopin": "GPIO Pin",
"selectpin": "select pin",
"registor": "Registor?",
"resistor": "Resistor?",
"readinitial": "Read initial state of pin on deploy/restart?",
"type": "Type",
"initpin": "Initialise pin state?",
@@ -509,7 +509,7 @@
"right": "Right",
"middle": "Middle"
},
"registor": {
"resistor": {
"none": "none",
"pullup": "pullup",
"pulldown": "pulldown"