Add missing backslash (no real effect; it's pedantic and correct for
the interpolation level)
This commit is contained in:
parent
7d793e70e3
commit
eb83f20492
@ -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