Portuguese translation by @almircanella

(From issue #49)
This commit is contained in:
Dmitry Isaenko 2020-02-18 16:02:33 +03:00
parent 2e0d583963
commit 7b2e77a08a
3 changed files with 54 additions and 33 deletions

View file

@ -278,7 +278,7 @@ public class RcmTask extends Task<Boolean> {
"\n\n Execution stopped and failed.", EMsgType.FAIL);
return true;
}
logPrinter.print("Payload complete!", EMsgType.PASS);
logPrinter.print(".:: Payload complete ::.", EMsgType.PASS);
return false;
}