Fix spaces in dialog msg

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-07-24 13:35:19 +02:00
parent a7a467a167
commit 14e1eea22d
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485

View file

@ -885,9 +885,9 @@ getStaticIPv4Settings() {
--cancel-label "Exit" \
--backtitle "IP information" \
--title "FYI: IP Conflict" \
--msgbox "\\nIt is possible your router could still try to assign this IP to a device, which would cause a conflict\
But in most cases the router is smart enough to not do that.\
If you are worried, either manually set the address, or modify the DHCP reservation pool so it does not include the IP you want.\
--msgbox "\\nIt is possible your router could still try to assign this IP to a device, which would cause a conflict. \
But in most cases the router is smart enough to not do that. \
If you are worried, either manually set the address, or modify the DHCP reservation pool so it does not include the IP you want. \
It is also possible to use a DHCP reservation, but if you are going to do that, you might as well set a static address."\
"${r}" "${c}" && result=0 || result=$?