parent
1ecc30972e
commit
6a33ca6a7b
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ int mouse_handler::show_attack_dialog(const map_location& attacker_loc, const ma
|
|||
const int best = fill_weapon_choices(bc_vector, attacker, defender);
|
||||
|
||||
if(bc_vector.empty()) {
|
||||
gui2::show_transient_message("No Attacks", _("This unit has no usable weapons."));
|
||||
gui2::show_transient_message(_("No Attacks"), _("This unit has no usable weapons."));
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue