Fix message for synchronous system commands

We managed to swap those m(
This commit is contained in:
Gina Häußge 2017-11-24 13:46:38 +01:00
parent 991dab58d5
commit 6d4f8266cd

View file

@ -49,9 +49,9 @@ $(function() {
.done(function() {
var text;
if (commandSpec.async) {
text = gettext("The command \"%(command)s\" executed successfully");
} else {
text = gettext("The command \"%(command)s\" was triggered asynchronously");
} else {
text = gettext("The command \"%(command)s\" executed successfully");
}
new PNotify({