From b151e1354880cf9f930d75c8bf74e85664dd6b4b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 25 Jun 2019 01:08:32 +0530 Subject: [PATCH] Use generic msg --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index b00b9024..ffb7980e 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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; }