mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[help] compilation fix
This commit is contained in:
parent
88aa2f9e0e
commit
12d4f4fcf0
@ -585,6 +585,9 @@ print_full_help_inner(struct option *tree, char *path,
|
||||
#ifdef CONFIG_NLS
|
||||
printf(gettext("(default: \"%s\")"),
|
||||
language_to_name(option->value.number));
|
||||
#else
|
||||
printf(gettext("(default: \"%s\")"),
|
||||
"System");
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user