mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Bug 991: Tell users not to quote % in MIME handlers.
ELinks quotes the file name automatically and user-written quote characters would just interfere with that.
This commit is contained in:
parent
19079733df
commit
5419414b59
@ -72,7 +72,8 @@ static struct option_info default_mime_options[] = {
|
|||||||
"program", 0, "",
|
"program", 0, "",
|
||||||
/* xgettext:no-c-format */
|
/* xgettext:no-c-format */
|
||||||
N_("External viewer for this file type. '%' in this string will be\n"
|
N_("External viewer for this file type. '%' in this string will be\n"
|
||||||
"substituted by a file name.")),
|
"substituted by a file name.\n"
|
||||||
|
"Do _not_ put single- or double-quotes around the % sign.")),
|
||||||
|
|
||||||
|
|
||||||
INIT_OPT_TREE("mime", N_("File extension associations"),
|
INIT_OPT_TREE("mime", N_("File extension associations"),
|
||||||
|
Loading…
Reference in New Issue
Block a user