fix serialport error message

This commit is contained in:
Dave Conway-Jones
2019-09-26 22:27:53 +01:00
parent a318dc56ff
commit 8c767709a5
5 changed files with 5 additions and 5 deletions

View File

@@ -67,6 +67,6 @@
"commandnotfound" : "Befehl 'nrgpio' nicht gefunden",
"commandnotexecutable" : "nrgpio-Befehl nicht ausführbar",
"error" : "Fehler: __error__",
"pythoncommandnotfound" : "Befehl 'nrpgio python' nicht aktiv"
"pythoncommandnotfound" : "Befehl 'nrgpio python' nicht aktiv"
}
}