Fix singular for Processor count.
This commit is contained in:
parent
53382a8aa7
commit
7fb9021509
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user