diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index 8c8cda6b..8f0fabb9 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -1939,14 +1939,13 @@ function credits() { TEXT+="\n Redpill: \ZbTTG / Pocopico\Zn" TEXT+="\n ARPL: \Zbfbelavenuto / wjz304\Zn" TEXT+="\n CPU Info: \ZbFOXBI\Zn" - TEXT+="\n System: \ZbBuildroot\Zn" + TEXT+="\n System: \ZbBuildroot 2023.02.x\Zn" TEXT+="\n" TEXT+="\n\Z4>> Note:\Zn" - TEXT+="\n Arc and all Parts of this are" - TEXT+="\n OpenSource and commercial use is" - TEXT+="\n not permitted! The Loader is FREE" - TEXT+="\n and it is forbidden to sell Arc" - TEXT+="\n or Parts of this." + TEXT+="\n Arc and all Parts are OpenSource." + TEXT+="\n Commercial use is not permitted!" + TEXT+="\n This Loader is FREE and it is forbidden" + TEXT+="\n to sell Arc or Parts of this." TEXT+="\n" dialog --backtitle "$(backtitle)" --colors --title "Credits" \ --msgbox "${TEXT}" 0 0