tazpkg rev 330

tazpkgbox: improve button labels
author Rohit Joshi <jozee@slitaz.org>
date Thu Mar 18 15:03:49 2010 +0000 (2010-03-18)
parents 3d254bebcd40
children 992b91447c9b
files lib/tazpkgbox/package_infos
line diff
     1.1 --- a/lib/tazpkgbox/package_infos	Mon Mar 15 09:23:13 2010 +0000
     1.2 +++ b/lib/tazpkgbox/package_infos	Thu Mar 18 15:03:49 2010 +0000
     1.3 @@ -344,7 +344,7 @@
     1.4  fi
     1.5  PACKAGE_INFOS="$PACKAGE_INFOS
     1.6  		<button>
     1.7 -			<label>Files</label>
     1.8 +			<label>View Files</label>
     1.9  			<input file icon=\"tazpkg\"></input>
    1.10  			<action type=\"launch\">LIST_FILES</action>
    1.11  		</button>
    1.12 @@ -425,7 +425,7 @@
    1.13  			<default>true</default>
    1.14  		</checkbox>
    1.15  		<button>
    1.16 -			<label>Get-install</label>
    1.17 +			<label>Install Package</label>
    1.18  			<input file icon=\"go-next\"></input>
    1.19  			<action>xterm -T \"Install $PACKAGE\" $XTERM_OPTS -e \"\
    1.20  			if [ x\$AUTO_DEPENDS != xtrue ]; then script -c \\\"tazpkg get-install $PACKAGE\\\" /var/log/tazpkg-install.log;\
    1.21 @@ -435,14 +435,14 @@
    1.22  			<action type=\"closewindow\">MIRRORED_PACKAGE_ACTIONS</action>
    1.23  		</button>
    1.24  		<button>
    1.25 -			<label>Get</label>
    1.26 +			<label>Download</label>
    1.27  			<input file icon=\"go-next\"></input>
    1.28  			<action>xterm -T \"Get $PACKAGE\" $XTERM_OPTS -e \"\
    1.29  			cd /var/cache/tazpkg; tazpkg get $PACKAGE; sleep 2\"</action>
    1.30  			<action type=\"closewindow\">MIRRORED_PACKAGE_ACTIONS</action>
    1.31  		</button>
    1.32  		<button>
    1.33 -			<label>Files</label>
    1.34 +			<label>View Files</label>
    1.35  			<input file icon=\"tazpkg\"></input>
    1.36  			<action type=\"launch\">LIST_FILES_MIRROR</action>
    1.37  		</button>