aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index b00b902..ffb7980 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;
}