瀏覽代碼

* cmdline/apt-get.cc:
- typo

Michael Vogt 20 年之前
父節點
當前提交
ae24ac67f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmdline/apt-get.cc

+ 1 - 1
cmdline/apt-get.cc

@@ -1430,7 +1430,7 @@ bool DoAutomaticRemove(CacheFile &Cache)
 	 }
 	 }
       }
       }
    }
    }
-   ShowList(c1out, _("The following packages where automatically installed and are no longer required:"), autoremovelist, autoremoveversions);
+   ShowList(c1out, _("The following packages were automatically installed and are no longer required:"), autoremovelist, autoremoveversions);
    if (!doAutoRemove && autoremovelist.size() > 0)
    if (!doAutoRemove && autoremovelist.size() > 0)
       c1out << _("Use 'apt-get autoremove' to remove them.") << std::endl;
       c1out << _("Use 'apt-get autoremove' to remove them.") << std::endl;