Skip to content

Commit

Permalink
bugfix adding table header cells for split points
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Mar 26, 2024
1 parent 107a91b commit 444a4d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AudioCuesheetEditor/Pages/EditSplitpoints.razor
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ along with Foobar. If not, see
<TableRow>
<TableHeaderCell>@_localizer["Controls"]</TableHeaderCell>
<TableHeaderCell>@_localizer["Moment"]</TableHeaderCell>
<TableHeaderCell>@_localizer["CD artist"]</TableHeaderCell>
<TableHeaderCell>@_localizer["CD title"]</TableHeaderCell>
</TableRow>
</TableHeader>
<TableBody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"Add new split point": "Neuen Aufteilungspunkt hinzufügen",
"Controls": "Steuerung",
"Moment": "Zeitpunkt",
"Delete split tooltip": "Löscht diesen Aufteilungspunkt"
"Delete split tooltip": "Löscht diesen Aufteilungspunkt",
"CD artist": "CD Künstler",
"CD title": "CD Titel"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"Add new split point": "Add new split point",
"Controls": "Controls",
"Moment": "Moment",
"Delete split tooltip": "Deletes this split point"
"Delete split tooltip": "Deletes this split point",
"CD artist": "CD artist",
"CD title": "CD title"
}
}

0 comments on commit 444a4d2

Please sign in to comment.