aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/by-name/ni/nix-index/command_not_found.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/by-name/ni/nix-index/command_not_found.fish b/modules/by-name/ni/nix-index/command_not_found.fish
index bbdb2230..19f2a7ba 100644
--- a/modules/by-name/ni/nix-index/command_not_found.fish
+++ b/modules/by-name/ni/nix-index/command_not_found.fish
@@ -70,7 +70,7 @@ function fish_command_not_found
switch "$len"
case 0
case 1 or '*'
- _log "The program '%s' is currently not installed.\n" "$cmd"
+ _log "The program '%s' is currently not available\n" "$cmd"
end
switch "$len"
@@ -92,7 +92,7 @@ function fish_command_not_found
return (_bail $argv)
end
case '*'
- _log "It is provided by several packages. You can run it load it with:\n"
+ _log "It is provided by several packages. You can load it with:\n"
set --local counter 0
set --local attrs $(echo $attrs)