[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#438136: apt: grammatical error



Package: apt
Version: 0.7.3
Severity: minor
Tags: patch

APT should speak of "manually installed" instead of "manual installed".
See patch.
diff -Nru /tmp/WoSgstHL3R/apt-0.7.6/apt-pkg/algorithms.cc /tmp/AexUl8Pd8f/apt-0.7.6.1/apt-pkg/algorithms.cc
--- /tmp/WoSgstHL3R/apt-0.7.6/apt-pkg/algorithms.cc	2007-07-24 14:33:27.000000000 +0200
+++ /tmp/AexUl8Pd8f/apt-0.7.6.1/apt-pkg/algorithms.cc	2007-08-15 17:09:46.000000000 +0200
@@ -1259,8 +1259,8 @@
 	    Cache.MarkDelete(I);
 	 else 
 	 {
-	    // preserver the information if the package was auto
-	    // or manual installed
+	    // preserve the information whether the package was auto
+	    // or manually installed
 	    bool autoInst = (Cache[I].Flags & pkgCache::Flag::Auto);
 	    Cache.MarkInstall(I, false, 0, !autoInst);
 	 }
diff -Nru /tmp/WoSgstHL3R/apt-0.7.6/cmdline/apt-get.cc /tmp/AexUl8Pd8f/apt-0.7.6.1/cmdline/apt-get.cc
--- /tmp/WoSgstHL3R/apt-0.7.6/cmdline/apt-get.cc	2007-08-02 00:48:14.000000000 +0200
+++ /tmp/AexUl8Pd8f/apt-0.7.6.1/cmdline/apt-get.cc	2007-08-15 17:10:03.000000000 +0200
@@ -1710,7 +1710,7 @@
 	       Cache[Pkg].Install() == false && 
 	       (Cache[Pkg].Flags & pkgCache::Flag::Auto))
 	    {
-	       ioprintf(c1out,_("%s set to manual installed.\n"),
+	       ioprintf(c1out,_("%s set to manually installed.\n"),
 			Pkg.Name());
 	       Cache->MarkAuto(Pkg,false);
 	       AutoMarkChanged++;

Reply to: