mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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, "",
|
||||
/* xgettext:no-c-format */
|
||||
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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user