tweak header
authorespie <espie@openbsd.org>
Wed, 11 May 2022 11:18:04 +0000 (11:18 +0000)
committerespie <espie@openbsd.org>
Wed, 11 May 2022 11:18:04 +0000 (11:18 +0000)
usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm

index ad7a7c7..2a86147 100644 (file)
@@ -1,5 +1,5 @@
 # ex:ts=8 sw=4:
-# $OpenBSD: Cache.pm,v 1.6 2022/05/11 09:55:41 espie Exp $
+# $OpenBSD: Cache.pm,v 1.7 2022/05/11 11:18:04 espie Exp $
 #
 # Copyright (c) 2022 Marc Espie <espie@openbsd.org>
 #
@@ -80,7 +80,7 @@ sub prime_update_info_cache
 
        my $total = scalar @list;
        $progress->set_header(
-           $state->f("Precaching update information for #1 names...", 
+           $state->f("Reading update info for installed packages...", 
                $total));
        my $done = 0;
        my $oldname = "";