mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Correcting "succeffully" typos in Indexing
--HG-- branch : 1.x
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Orchard.Indexing.Commands {
|
||||
}
|
||||
else {
|
||||
_indexManager.GetSearchIndexProvider().CreateIndex(index);
|
||||
Context.Output.WriteLine(T("New index has been created succeffully."));
|
||||
Context.Output.WriteLine(T("New index has been created successfully."));
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -80,7 +80,7 @@ namespace Orchard.Indexing.Controllers {
|
||||
|
||||
try {
|
||||
provider.CreateIndex(id);
|
||||
Services.Notifier.Information(T("Index named {0} created succeffully", id));
|
||||
Services.Notifier.Information(T("Index named {0} created successfully", id));
|
||||
}
|
||||
catch(Exception e) {
|
||||
Services.Notifier.Error(T("An error occured while creating the index: {0}", id));
|
||||
|
Reference in New Issue
Block a user