Sentence casing "Low latency" and "Power saving".

This commit is contained in:
Humdinger 2014-03-06 17:31:32 +01:00
parent 9f487be84b
commit 15791c196f

View File

@ -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++) {