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

@@ -1155,7 +1155,7 @@ policy_check(int argc, char * const argv[],
debug_decl(policy_check, SUDO_DEBUG_PCOMM);
if (policy_plugin.u.policy->check_policy == NULL) {
sudo_fatalx(U_("policy plugin %s is missing the `check_policy' method"),
sudo_fatalx(U_("policy plugin %s is missing the \"check_policy\" method"),
policy_plugin.name);
}
sudo_debug_set_active_instance(policy_plugin.debug_instance);