Add missing backslash (no real effect; it's pedantic and correct for
the interpolation level)
This commit is contained in:
parent
e7f2eb12c2
commit
e2577019ed
@ -132,7 +132,7 @@ dialog_country_select()
|
||||
--title \"\$DIALOG_TITLE\" \
|
||||
--backtitle \"\$DIALOG_BACKTITLE\" \
|
||||
--cancel-label \"\$msg_skip\" \
|
||||
--default-item \"$default_country\" \
|
||||
--default-item \"\$default_country\" \
|
||||
--menu \"Select your country.\" \
|
||||
$height $width $rows \
|
||||
$countries \
|
||||
|
Loading…
x
Reference in New Issue
Block a user