fix settings location format
This commit is contained in:
parent
32868ed80f
commit
05329e544c
2 changed files with 4 additions and 4 deletions
|
|
@ -69,9 +69,9 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
return "Location of the '{0}' setting".Localize().FormatWith(settingData.PresentationName) + ":"
|
||||
+ "\n" + setingsSectionName.Localize()
|
||||
+ "\n • " + settingData.OrganizerGroup.Category.Name
|
||||
+ "\n • " + settingData.OrganizerGroup.Name
|
||||
+ "\n • " + settingData.PresentationName;
|
||||
+ "\n - " + settingData.OrganizerGroup.Category.Name
|
||||
+ "\n - " + settingData.OrganizerGroup.Name
|
||||
+ "\n - " + settingData.PresentationName;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue