mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
sbopkg: Update dialog to accomodate more information.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
968ce2a2e1
commit
e99aa09c00
@ -2142,7 +2142,7 @@ add_item_to_queue() {
|
||||
-e 's:^.*-\([^-]*\)-[^-]*-[^-]*$:\1:')
|
||||
fi
|
||||
if [[ -n $NEW_VERSION ]]; then
|
||||
QUEUESTR=$(printf "%s \"Installed %-12s → %s\" %s\n" \
|
||||
QUEUESTR=$(printf "%s \"Installed %-15s → %s\" %s\n" \
|
||||
$APP $VERSION $NEW_VERSION $ONOFF)
|
||||
else
|
||||
QUEUESTR="$APP \"Installed $VERSION\" $ONOFF"
|
||||
|
Loading…
Reference in New Issue
Block a user