1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Improve parser error messages

This commit is contained in:
Frédéric Guillot 2018-02-27 21:19:59 -08:00
parent 953d0a2dc0
commit f110384f11
11 changed files with 61 additions and 61 deletions

View file

@ -24,7 +24,7 @@ var (
errServerFailure = "Unable to fetch feed (statusCode=%d)"
errDuplicate = "This feed already exists (%s)"
errNotFound = "Feed %d not found"
errEncoding = "Unable to normalize encoding: %v"
errEncoding = "Unable to normalize encoding: %q"
errCategoryNotFound = "Category not found for this user"
errEmptyFeed = "This feed is empty"
)