diff options
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 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; } |