mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 15:40:58 +00:00
Fixed tomb listing failure message: localization friendly.
This commit is contained in:
parent
91adbbe183
commit
d0b84d78a0
2
tomb
2
tomb
@ -2668,7 +2668,7 @@ list_tombs() {
|
|||||||
# list all open tombs
|
# list all open tombs
|
||||||
mounted_tombs=(`list_tomb_mounts $1`)
|
mounted_tombs=(`list_tomb_mounts $1`)
|
||||||
[[ ${#mounted_tombs} == 0 ]] && {
|
[[ ${#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
|
for t in ${mounted_tombs}; do
|
||||||
mapper=`basename ${t[(ws:;:)1]}`
|
mapper=`basename ${t[(ws:;:)1]}`
|
||||||
|
Loading…
Reference in New Issue
Block a user