mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Typo fix
--HG-- branch : 1.x
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user