diff --git a/var/mongoose/cgi-bin/pkg.jim b/var/mongoose/cgi-bin/pkg.jim index ca83a13c..a9ce1610 100755 --- a/var/mongoose/cgi-bin/pkg.jim +++ b/var/mongoose/cgi-bin/pkg.jim @@ -91,7 +91,7 @@ if {[llength $pkgs] > 0} { puts "No packages " switch $type { inst { puts "are installed." } - upgr { puts "are available for upgrade." } + upgr { puts "are available for upgrade; try updating the package list from the Internet using the button above." } avail { puts "are available for installation." } } puts ""