diff options
Diffstat (limited to 'internal/tui/tui.go')
| -rw-r--r-- | internal/tui/tui.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/tui/tui.go b/internal/tui/tui.go index 16cb304..db0e8da 100644 --- a/internal/tui/tui.go +++ b/internal/tui/tui.go @@ -43,7 +43,7 @@ type errMsg struct { err error } -// New builds the initial model: cfg.Offline drops "pl" from the version +// New builds the initial model: cfg.Offline drops "bt" from the version // list (render.OfflineVersions). startVersion selects the active version // (falling back to cfg.DefaultVersion when ""), still resolved through // EffectiveVersions/indexOf so an unavailable version falls back to index 0. @@ -334,9 +334,9 @@ func (m Model) bodyLines(w int) []string { _, blocks := render.GatherVersion(ver, sec, m.cfg.Lectionary, m.cfg.UILanguage) numW := maxNumWidth(blocks) - // The refrain-italic only applies to the pl responsorial-psalm block + // The refrain-italic only applies to the bt responsorial-psalm block // (its first, deduped paragraph); bible versions have no refrain block. - isPsalm := sec.PartID == "psalm" && ver == "pl" + isPsalm := sec.PartID == "psalm" && ver == "bt" for bi, b := range blocks { refrain := isPsalm && bi == 0 lines = append(lines, styleBlock(b, refrain, w, numW)...) |
