diff --git a/src/OpenFOAM/db/dictionary/dictionary.H b/src/OpenFOAM/db/dictionary/dictionary.H
index aaa0d41ef274a079b02eb515c4d2cdfa81b58d35..e18ad24ad6c2f5e94de878f41e294af3166ab2e8 100644
--- a/src/OpenFOAM/db/dictionary/dictionary.H
+++ b/src/OpenFOAM/db/dictionary/dictionary.H
@@ -1281,7 +1281,7 @@ public:
         //- Deprecated(2018-10)
         //  \deprecated(2018-10) - use keyType::option version
         entry*
-        FOAM_DEPRECATED_FOR(2018-10, "lookupEntryPtr(keyType::option)")
+        FOAM_DEPRECATED_FOR(2018-10, "findEntry(keyType::option)")
         lookupEntryPtr
         (
             const word& keyword,
@@ -1295,7 +1295,7 @@ public:
         //- Deprecated(2018-10)
         //  \deprecated(2018-10) - use keyType::option version
         const entry*
-        FOAM_DEPRECATED_FOR(2018-10, "lookupEntryPtr(keyType::option)")
+        FOAM_DEPRECATED_FOR(2018-10, "findEntry(keyType::option)")
         lookupEntryPtr
         (
             const word& keyword,
@@ -1309,7 +1309,7 @@ public:
         //- Deprecated(2018-10)
         //  \deprecated(2018-10) - use keyType::option version
         const entry*
-        FOAM_DEPRECATED_FOR(2018-10, "lookupScopedEntryPtr(keyType::option)")
+        FOAM_DEPRECATED_FOR(2018-10, "findScoped(keyType::option)")
         lookupScopedEntryPtr
         (
             const word& keyword,