From 273f58a74a6fb184b0dd558e30006409d12c3bca Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 26 Nov 2023 00:56:00 +0100 Subject: [PATCH] credits: rewrite Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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