--HG--
branch : 1.x
This commit is contained in:
Bertrand Le Roy
2013-02-01 22:34:47 -08:00
parent 3a315d3b48
commit 274e3b9067

View File

@@ -38,7 +38,7 @@ namespace Orchard.Indexing.Services
UpdateIndex(indexName);
}
else {
Services.Notifier.Warning(T("The index {0} could no ben rebuilt. It might already be in use, please try again later.", indexName));
Services.Notifier.Warning(T("The index {0} could not be rebuilt. It might already be in use, please try again later.", indexName));
}
}