diff --git a/print.go b/print.go index 6b2d0facd..0819b0ae5 100644 --- a/print.go +++ b/print.go @@ -81,7 +81,7 @@ func localStatistics(ctx context.Context, dbExecutor db.Executor) error { text.Infoln(gotext.Get("Yay version v%s", yayVersion)) fmt.Println(text.Bold(text.Cyan("==========================================="))) text.Infoln(gotext.Get("Total installed packages: %s", text.Cyan(strconv.Itoa(info.Totaln)))) - text.Infoln(gotext.Get("Total foreign installed packages: %s", text.Cyan(strconv.Itoa(len(remoteNames))))) + text.Infoln(gotext.Get("Foreign installed packages: %s", text.Cyan(strconv.Itoa(len(remoteNames))))) text.Infoln(gotext.Get("Explicitly installed packages: %s", text.Cyan(strconv.Itoa(info.Expln)))) text.Infoln(gotext.Get("Total Size occupied by packages: %s", text.Cyan(text.Human(info.TotalSize)))) fmt.Println(text.Bold(text.Cyan("===========================================")))