1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04: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:
Kalle Olavi Niemitalo 2008-03-08 20:39:10 +02:00 committed by Kalle Olavi Niemitalo
parent 19079733df
commit 5419414b59

View File

@ -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"),