tazpkg diff tazpkg-notify @ rev 495

tazpkg: fix warnings for PACKAGE_FILE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 18 21:17:11 2011 +0200 (2011-05-18)
parents e8eccdcb6f77
children 9bf228335345
line diff
     1.1 --- a/tazpkg-notify	Tue Apr 12 16:24:18 2011 +0200
     1.2 +++ b/tazpkg-notify	Wed May 18 21:17:11 2011 +0200
     1.3 @@ -35,20 +35,20 @@
     1.4  
     1.5  # Message for up
     1.6  up_msg() {
     1.7 -	eval_gettext "<b>There is \$up upgradeable packages for your SliTaz \$rel</b>
     1.8 +	eval_gettext "<b>There are \$up upgradeable packages for your SliTaz \$rel</b>
     1.9  You should upgrade your system to get all the latest fixes
    1.10  and improvements from the SliTaz contributors"
    1.11  }
    1.12  
    1.13  # Message for list older than 10 days
    1.14  old_list_msg() {
    1.15 -	eval_gettext "<b>Your SliTaz \$rel packages list is older than 10 days.</b>
    1.16 +	eval_gettext "<b>Your SliTaz \$rel packages list is older than 10 days</b>
    1.17  You should recharge the list to check for updates"
    1.18  }
    1.19  
    1.20  # Message if packages.list is missing
    1.21  no_list_msg() {
    1.22 -	eval_gettext "<b>No packages list found on your SliTaz \$rel system.</b>
    1.23 +	eval_gettext "<b>No packages list found on your SliTaz \$rel system</b>
    1.24  You will need to recharge the list of mirrored packages
    1.25  if you want to install packages or upgrade your system"
    1.26  }