summaryrefslogtreecommitdiff
path: root/fetch/gopher.go
diff options
context:
space:
mode:
Diffstat (limited to 'fetch/gopher.go')
-rw-r--r--fetch/gopher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch/gopher.go b/fetch/gopher.go
index 6c50be5..6815d1e 100644
--- a/fetch/gopher.go
+++ b/fetch/gopher.go
@@ -36,7 +36,7 @@ func gopherFeed(data *core.FullData, remote string, title string) error {
if len(resp.Dir.Items) != 0 {
// TODO
- return fmt.Errorf("Gemini-style feeds served over gopher are currently unsupported.")
+ return fmt.Errorf(core.Localizer.Get("errors.gopher_no_extract"))
}
defer resp.Body.Close()