Skip to content

Commit

Permalink
Change Detail Mode description to reflect the correct purpose
Browse files Browse the repository at this point in the history
relates to #6845
  • Loading branch information
ihhub committed May 19, 2024
1 parent 98e65cd commit 5f8e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fheroes2/editor/editor_interface_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ namespace Interface
Dialog::ZERO );
}
else if ( le.MousePressRight( _instrumentButtonsRect[Instrument::DETAIL] ) ) {
fheroes2::showStandardTextMessage( _( "Detail Mode" ), _( "Used for special editing of monsters, heroes and towns." ), Dialog::ZERO );
fheroes2::showStandardTextMessage( _( "Detail Mode" ), _( "Used for special editing of action objects." ), Dialog::ZERO );
}
else if ( le.MousePressRight( _instrumentButtonsRect[Instrument::ADVENTURE_OBJECTS] ) ) {
fheroes2::showStandardTextMessage( _( "Adventure Objects Mode" ),
Expand Down

0 comments on commit 5f8e58e

Please sign in to comment.