Removed left over commented line, put %s in quotes for better readability.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer 2011-02-11 08:09:48 +00:00
parent 7c03514cad
commit 46f8ab6c60

@ -721,9 +721,8 @@ ExpanderWindow::StartListing()
BEntry entry(&fSourceRef); BEntry entry(&fSourceRef);
BPath path(&entry); BPath path(&entry);
BString text(B_TRANSLATE("Creating listing for %s")); BString text(B_TRANSLATE("Creating listing for '%s'"));
text.ReplaceFirst("%s", path.Leaf()); text.ReplaceFirst("%s", path.Leaf());
// text.Append(path.Leaf());
fStatusView->SetText(text.String()); fStatusView->SetText(text.String());
fListingText->SetText(""); fListingText->SetText("");