diff --git a/src/kits/tracker/InfoWindow.cpp b/src/kits/tracker/InfoWindow.cpp index b313391457..202cdef81a 100644 --- a/src/kits/tracker/InfoWindow.cpp +++ b/src/kits/tracker/InfoWindow.cpp @@ -1775,7 +1775,7 @@ AttributeView::Draw(BRect) MovePenTo(BPoint(fDivider - (StringWidth(B_TRANSLATE("Link to:"))), lineBase)); SetHighColor(kAttrTitleColor); - DrawString(B_TRANSLATE("Link To:")); + DrawString(B_TRANSLATE("Link to:")); MovePenTo(BPoint(fDivider + kDrawMargin, lineBase)); SetHighColor(kLinkColor);