few translation fixes

This commit is contained in:
Drew Weymouth
2024-08-19 07:49:40 -07:00
parent d958e31cda
commit d1d958644a
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func (t *TrackInfoDialog) CreateRenderer() fyne.WidgetRenderer {
copyBtn.IconSize = widgets.IconButtonSizeSmaller
btnCtr := container.New(layout.NewCustomPaddedLayout(8, 0, 10, 0),
container.NewVBox(copyBtn, layout.NewSpacer()))
c.Add(container.NewHBox(btnCtr, newFormText(lang.L("File path"), true)))
c.Add(container.NewHBox(layout.NewSpacer(), btnCtr, newFormText(lang.L("File path"), true)))
c.Add(newFormText(t.track.FilePath, false))
addFormRow(c, lang.L("Content type"), t.track.ContentType)