Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/share/mustberoot.subr 251242 2013-06-02 05:45:25Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/share/mustberoot.subr 251264 2013-06-02 20:02:50Z dteske $
80c80
< local msg hline height width rows
---
> local prompt hline height width rows msg
92a93
> prompt=$( printf "$msg_you_are_not_root_but" bsdconfig )
99d99
< msg=$( printf "$msg_you_are_not_root_but" bsdconfig )
100a101
>
104c105
< \"\$msg\" \
---
> \"\$prompt\" \
115c116
< --menu \"\$msg\" \
---
> --menu \"\$prompt\" \
150c151
< msg="$msg_please_enter_password"
---
> prompt="$msg_please_enter_password"
155c156
< "$msg" \
---
> "$prompt" \
171c172
< --password --inputbox "$msg" \
---
> --password --inputbox "$prompt" \
187c188
< --passwordbox "$msg" \
---
> --passwordbox "$prompt" \