Fix singular for Processor count.
This commit is contained in:
@@ -445,7 +445,7 @@ AboutView::AboutView()
|
|||||||
// CPU count, type and clock speed
|
// CPU count, type and clock speed
|
||||||
BString processorLabel;
|
BString processorLabel;
|
||||||
BMessageFormat().Format(processorLabel, B_TRANSLATE_COMMENT(
|
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);
|
"\"Processor:\" or \"2 Processors:\""), systemInfo.cpu_count);
|
||||||
|
|
||||||
uint32 topologyNodeCount = 0;
|
uint32 topologyNodeCount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user