From dcdbb901e4133f83ff966c747f81dfc88e5fe516 Mon Sep 17 00:00:00 2001 From: Siarzhuk Zharski Date: Sat, 19 Feb 2011 22:26:48 +0000 Subject: [PATCH] Corrected the comment to B_TRANSLATE call that has problems with displaying it on HTA. In request from Diver. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40564 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/diskprobe/ProbeView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/diskprobe/ProbeView.cpp b/src/apps/diskprobe/ProbeView.cpp index cfe1078188..c3fa1ba556 100644 --- a/src/apps/diskprobe/ProbeView.cpp +++ b/src/apps/diskprobe/ProbeView.cpp @@ -577,7 +577,7 @@ HeaderView::HeaderView(BRect frame, const entry_ref *ref, DataEditor &editor) rect.right = rect.left + 75; rect.OffsetBy(0, 2); fSizeView = new BStringView(rect, B_EMPTY_STRING, B_TRANSLATE_COMMENT("of " - "0x0", "This is a part of \"Block 0xXXXX of 0x0026\" message. In " + "0x0", "This is a part of 'Block 0xXXXX of 0x0026' message. In " "languages without 'of' structure it can be replaced simply " "with '/'.")); fSizeView->SetFont(&plainFont);