LocUtil: proper formatting of StringId.cs
This commit is contained in:
parent
de7b153364
commit
154a4f1495
|
@ -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
Loading…
Reference in New Issue