diff options
-rw-r--r-- | src/install.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.cc b/src/install.cc index 2af5d65..9cacc58 100644 --- a/src/install.cc +++ b/src/install.cc @@ -52,9 +52,9 @@ namespace if (tag->short_text() == "world") cout << ": " << "Packages that have been explicitly installed"; else if (tag->short_text() == "everything") - cout << ": " << "All installed packages"; + cout << ": " << "All installed packages"; else if (tag->short_text() == "system") - cout << ": " << "Packages that are part of the base system"; + cout << ": " << "Packages that are part of the base system"; cout << endl; } }; |