Fixed tomb listing failure message: localization friendly.

This commit is contained in:
nerun 2024-01-25 22:25:13 -03:00 committed by Jaromil
parent 91adbbe183
commit d0b84d78a0
1 changed files with 1 additions and 1 deletions

2
tomb
View File

@ -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]}`