From d0b84d78a0d295e932c3b1b3fe89018b06d2fd09 Mon Sep 17 00:00:00 2001 From: nerun Date: Thu, 25 Jan 2024 22:25:13 -0300 Subject: [PATCH] Fixed tomb listing failure message: localization friendly. --- tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomb b/tomb index 263cb2d..a6b509f 100755 --- a/tomb +++ b/tomb @@ -2668,7 +2668,7 @@ list_tombs() { # list all open tombs mounted_tombs=(`list_tomb_mounts $1`) [[ ${#mounted_tombs} == 0 ]] && { - _failure "I can't see any ::1 status:: tomb, may they all rest in peace." ${1:-open} } + _failure "I can't see any open tomb, may they all rest in peace." } for t in ${mounted_tombs}; do mapper=`basename ${t[(ws:;:)1]}`