MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / retranslate

Method retranslate

launcher/ui/widgets/JavaSettingsWidget.cpp:428–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void JavaSettingsWidget::retranslate()
429{
430 m_memoryGroupBox->setTitle(tr("Memory"));
431 m_maxMemSpinBox->setToolTip(tr("The maximum amount of memory Minecraft is allowed to use."));
432 m_labelMinMem->setText(tr("Minimum memory allocation:"));
433 m_labelMaxMem->setText(tr("Maximum memory allocation:"));
434 m_minMemSpinBox->setToolTip(tr("The amount of memory Minecraft is started with."));
435 m_permGenSpinBox->setToolTip(tr("The amount of memory available to store loaded Java classes."));
436 m_javaBrowseBtn->setText(tr("Browse"));
437}

Callers

nothing calls this directly

Calls 2

setTitleMethod · 0.80
setTextMethod · 0.45

Tested by

no test coverage detected