Add missing backslash (no real effect; it's pedantic and correct for

the interpolation level)
This commit is contained in:
dteske 2016-12-13 00:18:51 +00:00
parent 7d793e70e3
commit eb83f20492

View File

@ -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 \