Fix ICU message syntax
This apparently led to a crash in ICU, reported on the mailing list.
This commit is contained in:
parent
6668f854b0
commit
d6bd833865
@ -152,7 +152,7 @@ StatusView::ShowInfo(const FileInfo* info)
|
||||
|
||||
if (info->count > 0) {
|
||||
static BMessageFormat format(B_TRANSLATE("{0, plural, "
|
||||
"one{# file}, other{# files}}"));
|
||||
"one{# file} other{# files}}"));
|
||||
BString label;
|
||||
format.Format(label, info->count);
|
||||
fCountView->SetText(label);
|
||||
|
Loading…
Reference in New Issue
Block a user