Rename UI "Blocks" labels to "Building Blocks"

This commit is contained in:
2026-07-12 21:17:10 +02:00
parent 271855781c
commit 69f655d179
3 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ BuildButtonGrid::BuildButtonGrid(const GameConfig* config, QWidget* parent)
m_costs[def.type] = def.cost;
const QString label = QString::fromStdString(toDisplayName(def.id))
+ "\n" + tr("%1 Blocks").arg(def.cost);
+ "\n" + tr("%1 Building Blocks").arg(def.cost);
QPushButton* btn = new QPushButton(label, this);
btn->setCheckable(true);
btn->setFixedHeight(48);