defined_text = {
	name = TCW_TITLE

	text = {
		trigger = {
			has_global_flag = tpt_confirm_faction_dismantling
		}
		localization_key = TCW_FACTION_DISMANTLING_TITLE
	}
	text = {
		trigger = {
			OR = {
				has_global_flag = dst_a_confirm_unit_deletion
				has_global_flag = dst_b_confirm_unit_deletion
			}
		}
		localization_key = TCW_UNIT_DELETION_TITLE
	}
	text = {
		trigger = {
			has_global_flag = sst_confirm_ship_deletion
		}
		localization_key = TCW_SHIP_DELETION_TITLE
	}
}

defined_text = {
	name = TCW_DESCRIPTION

	text = {
		trigger = {
			has_global_flag = tpt_confirm_faction_dismantling
		}
		localization_key = TCW_FACTION_DISMANTLING_DESCRIPTION
	}
	text = {
		trigger = {
			OR = {
				has_global_flag = dst_a_confirm_unit_deletion
				has_global_flag = dst_b_confirm_unit_deletion
			}
		}
		localization_key = TCW_UNIT_DELETION_DESCRIPTION
	}
	text = {
		trigger = {
			has_global_flag = sst_confirm_ship_deletion
		}
		localization_key = TCW_SHIP_DELETION_DESCRIPTION
	}
}