; Update Android port splash screen message
* lisp/term/android-win.el (android-after-splash-screen): Insert missing newline.
This commit is contained in:
parent
790b598217
commit
2740a3cbfd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue