sbopkg: Update dialog to accomodate more information.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-05-21 09:29:57 +07:00
parent 968ce2a2e1
commit e99aa09c00
No known key found for this signature in database
GPG Key ID: 3F617144D7238786

View File

@ -2142,7 +2142,7 @@ add_item_to_queue() {
-e 's:^.*-\([^-]*\)-[^-]*-[^-]*$:\1:') -e 's:^.*-\([^-]*\)-[^-]*-[^-]*$:\1:')
fi fi
if [[ -n $NEW_VERSION ]]; then 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) $APP $VERSION $NEW_VERSION $ONOFF)
else else
QUEUESTR="$APP \"Installed $VERSION\" $ONOFF" QUEUESTR="$APP \"Installed $VERSION\" $ONOFF"