terminology: the user-visible name for Trigger object is a 'Trigger Slot'

This commit is contained in:
Ben Loftis 2022-01-31 20:01:58 -06:00
parent 64e4964101
commit e5efb57166
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ SlotPropertyWindow::SlotPropertyWindow (TriggerReference tref)
{
TriggerPtr trigger (tref.trigger());
set_title (string_compose (_("Trigger: %1"), trigger->name()));
set_title (string_compose (_("Trigger Slot: %1"), trigger->name()));
SlotPropertiesBox* slot_prop_box = manage (new SlotPropertiesBox ());
slot_prop_box->set_slot (tref);