Consistent case style

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-08-21 14:06:26 +01:00
parent 81e4f1cf7a
commit 83736950d9
9 changed files with 11 additions and 11 deletions

View File

@@ -213,7 +213,7 @@ bool ManagedPackPage::runUpdateTask(InstanceTask* task)
void ManagedPackPage::suggestVersion()
{
ui->updateButton->setText(tr("Update pack"));
ui->updateButton->setText(tr("Update Pack"));
ui->updateButton->setDisabled(false);
}