diff --git a/about.go b/about.go index cfe089f..a0b4ac1 100644 --- a/about.go +++ b/about.go @@ -3,6 +3,7 @@ package main import ( _ "embed" "net/url" + "strings" "fyne.io/fyne/v2" "fyne.io/fyne/v2/container" @@ -19,6 +20,8 @@ func parseURL(s string) *url.URL { var longdesc string func aboutTabItem() *container.TabItem { + longdesc = strings.ReplaceAll(longdesc, "", "") + longdesc = strings.ReplaceAll(longdesc, "", "") aboutInfo := widget.NewLabel(longdesc) aboutInfo.Wrapping = fyne.TextWrapWord return container.NewTabItemWithIcon("About", theme.InfoIcon(), container.NewBorder(nil, diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index 877e230..499a4ee 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -1,5 +1,4 @@ -croc is a tool that allows any two computers to simply and securely transfer -files. +croc is a tool that allows any two computers to simply and securely transfer files. Features - allows any two computers to transfer data (using a relay)