diff --git a/osu.Game/Configuration/SettingSourceAttribute.cs b/osu.Game/Configuration/SettingSourceAttribute.cs
index 013621d7b7..4bdbb5fc24 100644
--- a/osu.Game/Configuration/SettingSourceAttribute.cs
+++ b/osu.Game/Configuration/SettingSourceAttribute.cs
@@ -18,8 +18,8 @@ namespace osu.Game.Configuration
/// Can be used in conjunction with to automatically create UI controls.
///
///
- /// All controls with OrderPosition set to an int greater than 0 will be placed first in ascending order.
- /// All controls with no OrderPosition will come afterward in default order.
+ /// All controls with set will be placed first in ascending order.
+ /// All controls with no will come afterward in default order.
///
[MeansImplicitUse]
[AttributeUsage(AttributeTargets.Property)]