Sentence casing "Low latency" and "Power saving".
This commit is contained in:
parent
9f487be84b
commit
15791c196f
@ -819,8 +819,8 @@ thread_popup(void *arg)
|
||||
}
|
||||
|
||||
// Scheduler modes
|
||||
static const char* schedulerModes[] = { B_TRANSLATE_MARK("Low Latency"),
|
||||
B_TRANSLATE_MARK("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