--- trunk/installer-simple/functions/common-dialogs.sh 2014/01/03 15:03:47 2346 +++ trunk/installer-simple/functions/common-dialogs.sh 2014/01/07 12:46:03 2391 @@ -1,5 +1,8 @@ # $Id$ +OK_LABEL=$"Next" +CANCEL_LABEL=$"Back" + # common dialog boxes messagebox() { @@ -64,7 +67,7 @@ --passwordbox "${text}" "${height}" "${width}" } -gauge() +gaugebox() { local header="$1" local text="$2" @@ -83,7 +86,7 @@ --gauge "${text}" "${height}" "${width}" } -yesno() +yesnobox() { local header="$1" local text="$2"