diff --git a/src/nix-env/nix-env.cc b/src/nix-env/nix-env.cc
index 6c9cd9548a18cdb9b07d1a5ce5e1f152300d2196..d62febaff53dd0475b25b72a917f8e5103b47cf1 100644
--- a/src/nix-env/nix-env.cc
+++ b/src/nix-env/nix-env.cc
@@ -741,7 +741,7 @@ static void uninstallDerivations(Globals & globals, Strings & selectors,
                 );
             }
             if (split == workingElems.end())
-                warn("Selector '%s' matched no installed paths", selector);
+                warn("selector '%s' matched no installed derivations", selector);
             for (auto removedElem = split; removedElem != workingElems.end(); removedElem++) {
                 printInfo("uninstalling '%s'", removedElem->queryName());
             }