mirror of https://codeberg.org/cage/tinmop/
- used ellipsis instead of tree full stops.
This commit is contained in:
parent
a06caf629b
commit
ccf5ff6140
|
@ -38,17 +38,17 @@
|
|||
:accessor normal-bg
|
||||
:documentation "The background color for a line")
|
||||
(normal-text
|
||||
:initform (make-tui-string "...")
|
||||
:initform (make-tui-string "…")
|
||||
:initarg :normal-text
|
||||
:accessor normal-text
|
||||
:documentation "The actual not selected text")
|
||||
(selected-text
|
||||
:initform (make-tui-string "...")
|
||||
:initform (make-tui-string "…")
|
||||
:initarg :selected-text
|
||||
:accessor selected-text
|
||||
:documentation "The actual selected text")
|
||||
(deleted-text
|
||||
:initform (make-tui-string "...")
|
||||
:initform (make-tui-string "…")
|
||||
:initarg :deleted-text
|
||||
:accessor deleted-text
|
||||
:documentation "The actual deleted text ")
|
||||
|
|
|
@ -3450,10 +3450,10 @@ gemini client certificates!)."
|
|||
|
||||
(defun print-mentions ()
|
||||
"Print the mentions"
|
||||
(info-message (_ "Getting all notification, please wait..."))
|
||||
(info-message (_ "Getting all notification, please wait…"))
|
||||
(push-event (make-instance 'print-mentions-event)))
|
||||
|
||||
(defun delete-notifications ()
|
||||
"Delete all the notification from server"
|
||||
(info-message (_ "Getting all notification, please wait..."))
|
||||
(info-message (_ "Getting all notification, please wait…"))
|
||||
(push-event (make-instance 'delete-all-notifications-event)))
|
||||
|
|
Loading…
Reference in New Issue