cosmetic
This commit is contained in:
parent
ea4fd33318
commit
97bf9e8fc3
|
@ -3578,7 +3578,7 @@ function __void_actions_menu() {
|
||||||
while true; do
|
while true; do
|
||||||
if [ $c -eq 0 ]; then
|
if [ $c -eq 0 ]; then
|
||||||
[ -n "$title" ] && tooenc "=== $title ===" 1>&2
|
[ -n "$title" ] && tooenc "=== $title ===" 1>&2
|
||||||
tooenc_ "Actions disponibles: " "$UTF8" 1>&2
|
tooenc_ "=== Actions disponibles: " "$UTF8" 1>&2
|
||||||
tooenc "$action_title" "$UTF8" 1>&2
|
tooenc "$action_title" "$UTF8" 1>&2
|
||||||
fi
|
fi
|
||||||
if [ -n "$actyc" ]; then
|
if [ -n "$actyc" ]; then
|
||||||
|
@ -3631,8 +3631,7 @@ function __options_actions_menu() {
|
||||||
fi
|
fi
|
||||||
let i=$i+1
|
let i=$i+1
|
||||||
done
|
done
|
||||||
tooenc_ "
|
tooenc_ "=== Actions disponibles: " "$UTF8" 1>&2
|
||||||
Actions disponibles: " "$UTF8" 1>&2
|
|
||||||
tooenc "$action_title" "$UTF8" 1>&2
|
tooenc "$action_title" "$UTF8" 1>&2
|
||||||
fi
|
fi
|
||||||
if [ -n "$optyc" ]; then
|
if [ -n "$optyc" ]; then
|
||||||
|
|
Loading…
Reference in New Issue