More xmldoc and few Title text fixes

This commit is contained in:
EVAST9919
2017-05-28 00:56:11 +03:00
parent b5a6d73104
commit 743dfcc130
6 changed files with 10 additions and 7 deletions

View File

@ -50,7 +50,7 @@ namespace osu.Desktop.VisualTests.Tests
private class ExampleContainer : SettingsDropdownContainer
{
public override string Title => @"EXAMPLE";
protected override string Title => @"example";
}
}
}