; Update Android port splash screen message

* lisp/term/android-win.el (android-after-splash-screen): Insert
missing newline.
This commit is contained in:
Po Lu 2024-01-05 17:51:40 +08:00
parent 790b598217
commit 2740a3cbfd

View file

@ -417,7 +417,7 @@ been denied. Click "
:link '("here" android-display-storage-permission-popup)
" to grant them.")
(insert
"Permissions necessary to access external storage directories have been
"\nPermissions necessary to access external storage directories have been
denied. ")
(insert-button "Click here to grant them."
'action #'android-display-storage-permission-popup