diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-25 18:46:45 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-25 18:46:45 +0000 |
commit | 63baf036724da350d9fcffe7774c82b00b082362 (patch) | |
tree | d429474e8208da57b0a07ac5b75cb67c58410fda /rescue/restore-image.sh | |
parent | 0c03430726f8934f58e566d14739a034233f8306 (diff) | |
download | drakx-63baf036724da350d9fcffe7774c82b00b082362.tar drakx-63baf036724da350d9fcffe7774c82b00b082362.tar.gz drakx-63baf036724da350d9fcffe7774c82b00b082362.tar.bz2 drakx-63baf036724da350d9fcffe7774c82b00b082362.tar.xz drakx-63baf036724da350d9fcffe7774c82b00b082362.zip |
reuse title
Diffstat (limited to 'rescue/restore-image.sh')
-rwxr-xr-x | rescue/restore-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index ff9b8dd92..8921e2e2d 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -32,7 +32,7 @@ function welcome() { while true; do clear - msg="\n Welcome to Classmate OEM Installer\n\ + msg="\n Welcome to $TITLE\n\ \nThe following images were found, select one:\n " opcao=$(dialog --backtitle "$BACKTITLE" --title "$TITLE" \ --stdout --radiolist "$msg" 0 0 0 \ |