tazpkg rev 489

Tiny edits
author Paul Issott <paul@slitaz.org>
date Wed May 11 20:18:08 2011 +0100 (2011-05-11)
parents 90b056540855
children 6c26def1c2de
files tazpkg tazpkg-notify
line diff
     1.1 --- a/tazpkg	Thu May 05 15:49:11 2011 +0000
     1.2 +++ b/tazpkg	Wed May 11 20:18:08 2011 +0100
     1.3 @@ -1208,7 +1208,7 @@
     1.4  		tazpkg pack $file
     1.5  		mv $file.tazpkg $TOP_DIR
     1.6  	else
     1.7 -		eval_gettext "\$PACKAGE_FILE does not look like a Archlinux/Alpine package !"; echo
     1.8 +		eval_gettext "\$PACKAGE_FILE does not look like an Archlinux/Alpine package !"; echo
     1.9  	fi
    1.10  	cd $TOP_DIR
    1.11  	rm -rf $TMP_DIR
    1.12 @@ -2263,7 +2263,7 @@
    1.13  			if [ -d "$LOCALSTATE/undigest/$ARG" ]; then
    1.14  				repository_to_recharge=$LOCALSTATE/undigest/$ARG
    1.15  			else
    1.16 -				echo "\$LOCALSTATE/undigest/$ARG `gettext \"doesn't exists.\"`" >&2
    1.17 +				echo "\$LOCALSTATE/undigest/$ARG `gettext \"doesn't exist.\"`" >&2
    1.18  				exit 1
    1.19  			fi
    1.20  		else
    1.21 @@ -3088,7 +3088,7 @@
    1.22  			else
    1.23  				echo ""
    1.24  				eval_gettext "Leaving dependencies for \$PACKAGE unresolved."; echo
    1.25 -				gettext "The package is installed but will probably not work."; echo
    1.26 +				gettext "The package is installed but probably will not work."; echo
    1.27  				echo ""
    1.28  			fi
    1.29  		fi
     2.1 --- a/tazpkg-notify	Thu May 05 15:49:11 2011 +0000
     2.2 +++ b/tazpkg-notify	Wed May 11 20:18:08 2011 +0100
     2.3 @@ -35,20 +35,20 @@
     2.4  
     2.5  # Message for up
     2.6  up_msg() {
     2.7 -	eval_gettext "<b>There is \$up upgradeable packages for your SliTaz \$rel</b>
     2.8 +	eval_gettext "<b>There are \$up upgradeable packages for your SliTaz \$rel</b>
     2.9  You should upgrade your system to get all the latest fixes
    2.10  and improvements from the SliTaz contributors"
    2.11  }
    2.12  
    2.13  # Message for list older than 10 days
    2.14  old_list_msg() {
    2.15 -	eval_gettext "<b>Your SliTaz \$rel packages list is older than 10 days.</b>
    2.16 +	eval_gettext "<b>Your SliTaz \$rel packages list is older than 10 days</b>
    2.17  You should recharge the list to check for updates"
    2.18  }
    2.19  
    2.20  # Message if packages.list is missing
    2.21  no_list_msg() {
    2.22 -	eval_gettext "<b>No packages list found on your SliTaz \$rel system.</b>
    2.23 +	eval_gettext "<b>No packages list found on your SliTaz \$rel system</b>
    2.24  You will need to recharge the list of mirrored packages
    2.25  if you want to install packages or upgrade your system"
    2.26  }