From 8965750dab4cb818a19fbec672629e5086844e17 Mon Sep 17 00:00:00 2001 From: Zhi Sun Date: Mon, 16 Nov 2015 20:19:06 -0800 Subject: [PATCH] Fixed typo in IndexingCommands.cs Fixes issue #6000 --- .../Modules/Orchard.Indexing/Commands/IndexingCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Indexing/Commands/IndexingCommands.cs b/src/Orchard.Web/Modules/Orchard.Indexing/Commands/IndexingCommands.cs index de99edee1..aae8f5bfc 100644 --- a/src/Orchard.Web/Modules/Orchard.Indexing/Commands/IndexingCommands.cs +++ b/src/Orchard.Web/Modules/Orchard.Indexing/Commands/IndexingCommands.cs @@ -49,7 +49,7 @@ namespace Orchard.Indexing.Commands { else { var indexProvider = _indexManager.GetSearchIndexProvider(); if(indexProvider == null) { - Context.Output.WriteLine(T("New indexing service was found. Please enable a module like Lucene.")); + Context.Output.WriteLine(T("No indexing service was found. Please enable a module like Lucene.")); } else { if (indexProvider.Exists(index)) {