Skip to content

Commit 72d83cb

Browse files
committed
whoops
1 parent 7c919f7 commit 72d83cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Basescape/CraftEquipmentState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ CraftEquipmentState::CraftEquipmentState(Base *base, size_t craft) : _sel(0), _c
105105
_btnOk->onKeyboardPress((ActionHandler)&CraftEquipmentState::btnOkClick, Options::keyCancel);
106106

107107
_btnClear->setColor(Palette::blockOffset(15)+1);
108-
_btnClear->setText(tr("STR_UNLOAD_WEAPON"));
108+
_btnClear->setText(tr("STR_UNLOAD_CRAFT"));
109109
_btnClear->onMouseClick((ActionHandler)&CraftEquipmentState::btnClearClick);
110110
_btnClear->setVisible(isNewBattle);
111111

src/Battlescape/InventoryState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ InventoryState::InventoryState(bool tu, BattlescapeState *parent) : _tu(tu), _pa
187187
_btnNext->onMouseOut((ActionHandler)&InventoryState::txtTooltipOut);
188188

189189
_btnUnload->onMouseClick((ActionHandler)&InventoryState::btnUnloadClick);
190-
_btnUnload->setTooltip("STR_UNLOAD_CRAFT");
190+
_btnUnload->setTooltip("STR_UNLOAD_WEAPON");
191191
_btnUnload->onMouseIn((ActionHandler)&InventoryState::txtTooltipIn);
192192
_btnUnload->onMouseOut((ActionHandler)&InventoryState::txtTooltipOut);
193193

0 commit comments

Comments
 (0)