ProcessController: add missing B_TRANSLATE_MARK

Thanks to Diver for reporting!
This commit is contained in:
Adrien Destugues 2014-03-02 15:04:51 +01:00
parent b2415b53d2
commit edf1552770

View File

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