2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Replace or remove use of `scare quotes'

These don't translate well and look odd in many fonts.
This commit is contained in:
Todd C. Miller
2020-06-24 05:40:18 -06:00
parent 95ba6645d2
commit df49897bd0
4 changed files with 8 additions and 8 deletions

View File

@@ -275,7 +275,7 @@ struct sudo_defs_types sudo_defs_table[] = {
NULL,
}, {
"closefrom_override", T_FLAG,
N_("If set, users may override the value of `closefrom' with the -C option"),
N_("If set, users may override the value of \"closefrom\" with the -C option"),
NULL,
}, {
"setenv", T_FLAG,