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