diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 4c333e2..af63435 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -2330,7 +2330,7 @@ process_queue () { done echo "******************************************" >> $PRECHECKLOG if [ "$DIAG" = 1 ]; then - dialog --title "Pre-Check Log" --yes-label "Continue" \ + dialog --title "Pre-Check Log" --yes-label "Start Build" \ --no-label "Back" --yesno "$(cat $PRECHECKLOG)" 0 0 if [ $? != 0 ]; then rm -f $PKGPATH/$PKG*.build