Improve the spacing for a couple of dialogs.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
mauro.giachero 2009-08-05 21:26:58 +00:00
parent 2192b8cade
commit 1abbe2bd3c

View File

@ -1961,7 +1961,7 @@ view_queue() {
optionally installed, in the order listed from top to \ optionally installed, in the order listed from top to \
bottom.\n\nPlease select or unselect those packages you wish \ bottom.\n\nPlease select or unselect those packages you wish \
to keep in the build queue and then press <OK> to continue \ to keep in the build queue and then press <OK> to continue \
or press <Back> to go back.")" 30 50 8 \ or press <Back> to go back.")" 30 50 14 \
--file $TMPQUEUE 2> $ANSQUEUE --file $TMPQUEUE 2> $ANSQUEUE
case $? in # 0 = OK, 1 = Sort, 2 = Cancel, 3 = Reverse case $? in # 0 = OK, 1 = Sort, 2 = Cancel, 3 = Reverse
0) 0)
@ -3726,7 +3726,7 @@ queue_menu() {
"Currently using the $REPO_DESC." \ "Currently using the $REPO_DESC." \
--cancel-label "Back" --default-item "$DEFAULTITEM" --menu \ --cancel-label "Back" --default-item "$DEFAULTITEM" --menu \
"Choose one of the following or press <Back> to go back.\n" \ "Choose one of the following or press <Back> to go back.\n" \
15 60 9 \ 16 60 9 \
"View" "View the current build queue" \ "View" "View the current build queue" \
"Sort" "Sort items in build queue" \ "Sort" "Sort items in build queue" \
"Remove" "Remove items in build queue" \ "Remove" "Remove items in build queue" \