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)
|
else if (values == null)
|
||||||
{
|
{
|
||||||
const string DESC_TEMPLATE = @"/// <summary>
|
const string DESC_TEMPLATE = "/// <summary>\n /// {0}\n /// </summary>\n {1}";
|
||||||
/// {0}
|
|
||||||
/// </summary>
|
|
||||||
{1}";
|
|
||||||
ArrayList descs = new ArrayList();
|
ArrayList descs = new ArrayList();
|
||||||
foreach (string command in commandList.ToArray())
|
foreach (string command in commandList.ToArray())
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue