diff --git a/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs b/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs
index a6762f582..67db27207 100644
--- a/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs
+++ b/src/Eto/Forms/ThemedControls/ThemedDocumentControlHandler.cs
@@ -190,9 +190,9 @@ public Color TabBackgroundColor
}
///
- /// Gets or sets the highlight background color for the highlighted (or active) tab.
+ /// Gets or sets the highlight background color for the highlighted or selected tab.
///
- /// The highlight background color for the highlighted (or active) tab.
+ /// The highlight background color for the highlighted or selected tab.
public Color TabHighlightBackgroundColor
{
get { return tabHighlightBackgroundColor; }
@@ -232,9 +232,9 @@ public Color TabForegroundColor
}
///
- /// Gets or sets the highlight foreground color for the highlighted (or active) tab.
+ /// Gets or sets the highlight foreground color for the highlighted or selected tab.
///
- /// The foreground color for the highlighted (or active) tab.
+ /// The foreground color for the highlighted or selected tab.
public Color TabHighlightForegroundColor
{
get { return tabHighlightForegroundColor; }