Fix singular for Processor count.

This commit is contained in:
Adrien Destugues 2014-10-07 10:12:02 +02:00
parent 53382a8aa7
commit 7fb9021509
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ AboutView::AboutView()
// CPU count, type and clock speed
BString processorLabel;
BMessageFormat().Format(processorLabel, B_TRANSLATE_COMMENT(
"{0, plural, one{Processors:} other{# Processors:}}",
"{0, plural, one{Processor:} other{# Processors:}}",
"\"Processor:\" or \"2 Processors:\""), systemInfo.cpu_count);
uint32 topologyNodeCount = 0;