Show message about what is happening

This commit is contained in:
Jamie Cameron
2009-10-03 14:59:16 -07:00
parent d2c3b072e3
commit 41f4243250
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ update_oldver=Current version
update_newver=New version
update_confirm=Install Now
update_none=None
update_ops=Building complete list of updates ..
sched_title=Scheduled Update
sched_yes=Scheduled checking for updates is now active.

View File

@@ -32,6 +32,7 @@ else {
# Work out what will be done, if possible
@ops = ( );
if (!$in{'confirm'}) {
print $text{'update_ops'},"<p>\n";
foreach my $ps (@pkgs) {
($p, $s) = split(/\//, $ps);
push(@ops, &list_package_operations($p, $s));