Fix a tiny typo

This commit is contained in:
Gina Häußge 2016-07-27 10:13:11 +02:00
parent 1fd776153c
commit 3585eb05a2

View file

@ -279,7 +279,7 @@ function DataUpdater(allViewModels) {
} else if (type == "Error") {
new PNotify({
title: gettext("Unhandled communication error"),
text: _.sprintf(gettext("The was an unhandled error while talking to the printer. Due to that OctoPrint disconnected. Error: %(error)s"), payload),
text: _.sprintf(gettext("There was an unhandled error while talking to the printer. Due to that OctoPrint disconnected. Error: %(error)s"), payload),
type: "error",
hide: false
});