From aa69044b9905e36738a8c889acfb7c65bf75f89e Mon Sep 17 00:00:00 2001 From: Bertrand Le Roy Date: Wed, 9 Jun 2010 17:01:50 -0700 Subject: [PATCH] Fixing typos and lorem ipsum. --HG-- branch : dev --- .hgignore | 1 + .../Core/App_Data/Localization/fr-FR/orchard.core.po | 2 +- src/Orchard.Web/Core/Indexing/Commands/IndexingCommands.cs | 2 +- .../Modules/Orchard.Search/Controllers/AdminController.cs | 2 +- src/Orchard.Web/Modules/Orchard.Search/Module.txt | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.hgignore b/.hgignore index 91673c801..8ec3e6972 100644 --- a/.hgignore +++ b/.hgignore @@ -15,3 +15,4 @@ glob:src/Orchard.Azure.suo glob:src/Orchard.5.0.ReSharper glob:log.xml glob:profiling +glob:*.csproj.orig diff --git a/src/Orchard.Web/Core/App_Data/Localization/fr-FR/orchard.core.po b/src/Orchard.Web/Core/App_Data/Localization/fr-FR/orchard.core.po index 584707fec..df5797be4 100644 --- a/src/Orchard.Web/Core/App_Data/Localization/fr-FR/orchard.core.po +++ b/src/Orchard.Web/Core/App_Data/Localization/fr-FR/orchard.core.po @@ -1811,7 +1811,7 @@ msgstr "Changer le mot de passe" #: ~/Modules/Orchard.Users/Views/Account/ChangePassword.ascx #| msgid : "Use the form below to change your password." msgid "Use the form below to change your password." -msgstr "Veuillez utiliser le forumulaire ci-dessous pour changer votre mot de passe." +msgstr "Veuillez utiliser le formulaire ci-dessous pour changer votre mot de passe." #: ~/Modules/Orchard.Users/Views/Account/ChangePassword.ascx #| msgid : "New passwords are required to be a minimum of {0} characters in length." diff --git a/src/Orchard.Web/Core/Indexing/Commands/IndexingCommands.cs b/src/Orchard.Web/Core/Indexing/Commands/IndexingCommands.cs index 2cb83c3e6..02c33923d 100644 --- a/src/Orchard.Web/Core/Indexing/Commands/IndexingCommands.cs +++ b/src/Orchard.Web/Core/Indexing/Commands/IndexingCommands.cs @@ -124,7 +124,7 @@ namespace Orchard.Core.Indexing.Commands { } [CommandName("index delete")] - [CommandHelp("index delete /ContenItem:\r\n\t" + "Deletes the specifed fromthe index")] + [CommandHelp("index delete /ContenItem:\r\n\t" + "Deletes the specifed from the index")] [OrchardSwitches("ContentItem")] public string Delete() { int contenItemId; diff --git a/src/Orchard.Web/Modules/Orchard.Search/Controllers/AdminController.cs b/src/Orchard.Web/Modules/Orchard.Search/Controllers/AdminController.cs index 88ba378be..5d98de72c 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Controllers/AdminController.cs +++ b/src/Orchard.Web/Modules/Orchard.Search/Controllers/AdminController.cs @@ -21,7 +21,7 @@ namespace Orchard.Search.Controllers { var viewModel = new SearchIndexViewModel {HasIndexToManage = _searchService.HasIndexToManage, IndexUpdatedUtc = _searchService.GetIndexUpdatedUtc()}; if (!viewModel.HasIndexToManage) - Services.Notifier.Information(T("There is not search index to manage for this site.")); + Services.Notifier.Information(T("There is no search index to manage for this site.")); return View(viewModel); } diff --git a/src/Orchard.Web/Modules/Orchard.Search/Module.txt b/src/Orchard.Web/Modules/Orchard.Search/Module.txt index 9aaf4589a..c6946e0c9 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Module.txt +++ b/src/Orchard.Web/Modules/Orchard.Search/Module.txt @@ -4,7 +4,7 @@ author: The Orchard Team website: http://orchardproject.net version: 0.1 orchardversion: 0.1.2010.0312 -description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ut arcu turpis, et placerat nunc. Nunc sollicitudin iaculis est, in ultricies mi facilisis et. Aenean et tortor non metus adipiscing laoreet in a justo. Pellentesque faucibus nisl ac lectus mollis quis pellentesque tortor egestas. Curabitur vel velit semper nunc gravida scelerisque. Vivamus at tellus dolor, in ultrices quam posuere. +description: Orchard's built-in search module. features: Orchard.Search: Description: Standard interface to Orchard's built-in search.