فهرست منبع

fix(yay): Total foreign → Foreign (#1680)

Rename -Ps option
Norbert Pfeiler 3 سال پیش
والد
کامیت
19d42ae3cd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      print.go

+ 1 - 1
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("===========================================")))