ProcessController: add missing B_TRANSLATE_MARK
Thanks to Diver for reporting!
This commit is contained in:
parent
b2415b53d2
commit
edf1552770
@ -819,7 +819,8 @@ thread_popup(void *arg)
|
||||
}
|
||||
|
||||
// Scheduler modes
|
||||
static const char* schedulerModes[] = { "Low Latency", "Power Saving" };
|
||||
static const char* schedulerModes[] = { B_TRANSLATE_MARK("Low Latency"),
|
||||
B_TRANSLATE_MARK("Power Saving") };
|
||||
unsigned int modesCount = sizeof(schedulerModes) / sizeof(const char*);
|
||||
int32 currentMode = get_scheduler_mode();
|
||||
for (unsigned int i = 0; i < modesCount; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user