diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-28 05:04:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-28 05:04:53 +0000 |
commit | d0d9fae0d47e0a8b5672eb8e519756cb4e95e548 (patch) | |
tree | d3379fcded7ba81f521be26cfa194521ff1ebd0c /multimedia/mplayer-skins | |
parent | 48f91571617af3740d950160bb65f13fe5f4ee1b (diff) | |
download | ports-d0d9fae0d47e0a8b5672eb8e519756cb4e95e548.tar.gz ports-d0d9fae0d47e0a8b5672eb8e519756cb4e95e548.zip |
Correct the formatting of the skin selector dialog.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=77577
Diffstat (limited to 'multimedia/mplayer-skins')
-rw-r--r-- | multimedia/mplayer-skins/scripts/choice | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-skins/scripts/choice b/multimedia/mplayer-skins/scripts/choice index 33e471c34eb3..ee6b9094b317 100644 --- a/multimedia/mplayer-skins/scripts/choice +++ b/multimedia/mplayer-skins/scripts/choice @@ -12,8 +12,8 @@ if [ "$BATCH" != "yes" ]; then /usr/bin/dialog --title "mplayer skins" --clear \ --checklist "\n\ This configuration dialog allows you to choose \n\ -only the skins you really want. \n\n\ - Select the skins you want to install:" -1 -1 13 \ +only the skins you really want.\n\ +Select the skins you want to install:" -1 -1 13 \ "ALL" "Install ALL skins" OFF \ "Default" "The default MPlayer skin" ON \ "AlienMind" "AlienMind by Nucleo (XMMS/WinAMP skin)" OFF \ |