| 426 | } |
| 427 | |
| 428 | void 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 | } |