Skip to content

Commit

Permalink
Friend or description fixed to friend or foe
Browse files Browse the repository at this point in the history
  • Loading branch information
StarryWisdom authored and daid committed Aug 24, 2020
1 parent fff86bf commit b5392d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/gm/tweak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ GuiObjectTweakBase::GuiObjectTweakBase(GuiContainer* owner)
target->setDescriptionForScanState(SS_NotScanned,text);
});

(new GuiLabel(left_col, "", "Friend or Description:", 30))->setSize(GuiElement::GuiSizeMax, 50);
(new GuiLabel(left_col, "", "Friend or Foe Description:", 30))->setSize(GuiElement::GuiSizeMax, 50);
friend_or_foe_description = new GuiTextEntry(left_col, "", "");
friend_or_foe_description->setSize(GuiElement::GuiSizeMax, 50);
friend_or_foe_description->callback([this](string text) {
Expand Down

0 comments on commit b5392d2

Please sign in to comment.