LocUtil: proper formatting of StringId.cs

This commit is contained in:
Nick Vella 2019-08-05 16:16:31 +10:00
parent de7b153364
commit 154a4f1495
2 changed files with 4282 additions and 4285 deletions

View File

@ -384,10 +384,7 @@ namespace OpenLiveWriter.Localization
}
else if (values == null)
{
const string DESC_TEMPLATE = @"/// <summary>
/// {0}
/// </summary>
{1}";
const string DESC_TEMPLATE = "/// <summary>\n /// {0}\n /// </summary>\n {1}";
ArrayList descs = new ArrayList();
foreach (string command in commandList.ToArray())
{

File diff suppressed because it is too large Load Diff