mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
add space after the parenthesis
This commit is contained in:
parent
66ecd47b5c
commit
a40a4a58ef
@ -2630,11 +2630,11 @@ function downloadExts() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
if [ "${2}" = "${TAG}" ]; then
|
if [ "${2}" = "${TAG}" ]; then
|
||||||
MSG="$(TEXT "No new version.")"
|
MSG="$(TEXT "No new version.")\n"
|
||||||
if [ "${5}" = "-1" ]; then
|
if [ "${5}" = "-1" ]; then
|
||||||
echo "${T} - ${MSG}"
|
echo "${T} - ${MSG}"
|
||||||
elif [ "${5}" = "0" ]; then
|
elif [ "${5}" = "0" ]; then
|
||||||
MSG+="$(printf "$(TEXT "Actual version is %s\nForce update?")" "${2}")"
|
MSG+="$(printf "$(TEXT "Actual version is %s.\nForce update?")" "${2}")"
|
||||||
DIALOG --title "${T}" \
|
DIALOG --title "${T}" \
|
||||||
--yesno "${MSG}" 0 0
|
--yesno "${MSG}" 0 0
|
||||||
[ $? -ne 0 ] && return 1
|
[ $? -ne 0 ] && return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user