Using of B_UTF8_ELLIPSIS in B_TRANSLATE_WITH_COMMENT should be avoided,
looks like it make troubles in looking for the translated lines at run-time. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c9e27adabf
commit
aef9025a8f
@ -77,7 +77,7 @@ FileTypeWindow::FileTypeWindow(BPoint position, const BMessage& refs)
|
|||||||
|
|
||||||
fSameTypeAsButton = new BButton("same type as",
|
fSameTypeAsButton = new BButton("same type as",
|
||||||
B_TRANSLATE_COMMENT("Same as" B_UTF8_ELLIPSIS,
|
B_TRANSLATE_COMMENT("Same as" B_UTF8_ELLIPSIS,
|
||||||
"The same TYPE as" B_UTF8_ELLIPSIS), new BMessage(kMsgSameTypeAs));
|
"The same TYPE as ..."), new BMessage(kMsgSameTypeAs));
|
||||||
|
|
||||||
fileTypeBox->AddChild(BGridLayoutBuilder(padding, padding)
|
fileTypeBox->AddChild(BGridLayoutBuilder(padding, padding)
|
||||||
.Add(fTypeControl, 0, 0, 2, 1)
|
.Add(fTypeControl, 0, 0, 2, 1)
|
||||||
@ -115,7 +115,7 @@ FileTypeWindow::FileTypeWindow(BPoint position, const BMessage& refs)
|
|||||||
|
|
||||||
fSameAppAsButton = new BButton("same app as",
|
fSameAppAsButton = new BButton("same app as",
|
||||||
B_TRANSLATE_COMMENT("Same as" B_UTF8_ELLIPSIS,
|
B_TRANSLATE_COMMENT("Same as" B_UTF8_ELLIPSIS,
|
||||||
"The same APPLICATION as" B_UTF8_ELLIPSIS),
|
"The same APPLICATION as ..."),
|
||||||
new BMessage(kMsgSamePreferredAppAs));
|
new BMessage(kMsgSamePreferredAppAs));
|
||||||
|
|
||||||
preferredBox->AddChild(BGridLayoutBuilder(padding, padding)
|
preferredBox->AddChild(BGridLayoutBuilder(padding, padding)
|
||||||
|
Loading…
Reference in New Issue
Block a user