Another sentence casing change found by diver, see #5169. Thanks.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-09-12 15:34:08 +00:00
parent 697e029919
commit 23f4a4bbf5
+1 -1
View File
@@ -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);