Use "double quotes" in messages instead of a combination of the
accent (grave) mark and apostrophe.
This commit is contained in:
@@ -323,7 +323,7 @@ log_failure(int status, int flags)
|
||||
if (flags == NOT_FOUND)
|
||||
sudo_warnx(U_("%s: command not found"), user_cmnd);
|
||||
else if (flags == NOT_FOUND_DOT)
|
||||
sudo_warnx(U_("ignoring `%s' found in '.'\nUse `sudo ./%s' if this is the `%s' you wish to run."), user_cmnd, user_cmnd, user_cmnd);
|
||||
sudo_warnx(U_("ignoring \"%s\" found in '.'\nUse \"sudo ./%s\" if this is the \"%s\" you wish to run."), user_cmnd, user_cmnd, user_cmnd);
|
||||
}
|
||||
|
||||
debug_return_bool(ret);
|
||||
|
Reference in New Issue
Block a user