[chore] Add translator comment for Alexandre Dumas (#5851)

The "author:" prefix looks like some kind of special search syntax, but it doesn't seem to be.
reviewable/pr5855/r1
Frans de Jonge 4 years ago committed by GitHub
parent 2c102b245b
commit 0cdbd7bd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -682,7 +682,8 @@ function OPDSBrowser:browseSearchable(browse_url, username, password)
title = _("Search OPDS catalog"),
input = "",
hint = _("Search string"),
input_hint = _("author:dumas alexandre"),
-- @translators: This is an input hint for something to search for in an OPDS catalog, namely a famous author everyone knows. It probably doesn't need to be localized, but this is just here in case another name or book title would be more appropriate outside of a European context.
input_hint = _("Alexandre Dumas"),
input_type = "string",
description = _("%s in url will be replaced by your input"),
buttons = {

Loading…
Cancel
Save