mirror of
https://github.com/jarun/nnn.git
synced 2025-03-22 06:12:27 +00:00
Use generic msg
This commit is contained in:
parent
80bdeb8d72
commit
b151e13548
1 changed files with 1 additions and 1 deletions
|
@ -2574,7 +2574,7 @@ static bool sshfs_mount(char *path, char *newpath, int *presel)
|
|||
char *tmp, *env, *cmd = "sshfs";
|
||||
|
||||
if (!getutil(cmd)) {
|
||||
printwait("sshfs missing", presel);
|
||||
printwait(messages[UTIL_MISSING], presel);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue