diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-28 13:04:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-28 13:04:53 +0800 |
commit | d5ead70ee04b76be3d17c384d6e086ab57fcc120 (patch) | |
tree | eff0e1b745e27f5e590f71294fe0e3c6f6ed0953 /multimedia/mplayer-skins | |
parent | 9fb4cf140584a686245b292f8b74d22d99cb347b (diff) | |
download | freebsd-ports-gnome-d5ead70ee04b76be3d17c384d6e086ab57fcc120.tar.gz freebsd-ports-gnome-d5ead70ee04b76be3d17c384d6e086ab57fcc120.tar.zst freebsd-ports-gnome-d5ead70ee04b76be3d17c384d6e086ab57fcc120.zip |
Correct the formatting of the skin selector dialog.
Approved by: maintainer
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 \ |