-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3988 from IllianiCBT/KillLog_AddScenarioAddContract
Added Scenario & Mission Tracking to Kills, Added Ability to Assign Kills to Scenario and/or Mission
- Loading branch information
Showing
8 changed files
with
210 additions
and
32 deletions.
There are no files selected for viewing
11 changes: 7 additions & 4 deletions
11
MekHQ/resources/mekhq/resources/AddOrEditKillEntryDialog.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dialogAdd.title=Add Scenario Entry | ||
dialogEdit.title=Edit Scenario Entry | ||
lblKill.text=Killed What: | ||
lblKiller.text=Killed With: | ||
dialogAdd.title=Add Kill Entry | ||
dialogEdit.title=Edit Kill Entry | ||
lblKill.text=Target: | ||
lblKiller.text=Killer: | ||
lblDate.text=Date: | ||
lblMissionId.text=Mission: | ||
lblScenarioId.text=Scenario: | ||
btnOK.text=Done | ||
btnClose.text=Cancel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.