1
0
Fork 0

- fixed information string.

This commit is contained in:
cage 2020-07-15 12:41:27 +02:00
parent fb0fd48865
commit 98d6021f7a
1 changed files with 1 additions and 1 deletions

View File

@ -147,4 +147,4 @@
(last (misc:safe-last-elt (gemini-metadata-history metadata))))
(setf (message-window:source-text window) source)
(draw window)
(ui:info-message (format nil (_ "Viewing source of ~a") last))))
(ui:info-message (format nil (_ "Viewing source of: ~a") last))))