Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 7a05881

Browse files
committed
Fixed localization of solution formatting options dialog's title.
1 parent e81ec23 commit 7a05881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Main/SharpDevelop/Project/Solution.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ public override object EditValue(ITypeDescriptorContext context, IServiceProvide
535535
{
536536
var treeNode = AddInTree.GetTreeNode("/SharpDevelop/Dialogs/SolutionFormattingOptionsDialog", false);
537537
bool? result = ICSharpCode.SharpDevelop.Commands.OptionsCommand.ShowTreeOptions(
538-
StringParser.Parse("${ICSharpCode.SharpDevelop.Project.SolutionFormattingOptions.Title}"),
538+
StringParser.Parse("${res:ICSharpCode.SharpDevelop.Project.SolutionFormattingOptions.Title}"),
539539
treeNode);
540540
if ((bool) result) {
541541
// Formatting options have been changed, make solution dirty

0 commit comments

Comments
 (0)