Merge pull request #6041 from sunz7/issue/6000

[Fixes 6000] Fixed typo in IndexingCommands.cs
This commit is contained in:
Sébastien Ros 2015-11-19 12:26:20 -08:00
commit 2f9a2c0c38

View File

@ -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)) {