mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-15 02:36:39 -04:00
Add tooltips for detailling actions
Reply / Reply all / Forward buttons and Notifications settings
This commit is contained in:
parent
37fad48ec8
commit
e038993f27
12 changed files with 297 additions and 224 deletions
|
@ -27,6 +27,10 @@ function mail.show_message(name, id)
|
|||
button[2,8.5;2,1;replyall;]] .. S("Reply all") .. [[]
|
||||
button[4,8.5;2,1;forward;]] .. S("Forward") .. [[]
|
||||
button[6,8.5;2,1;delete;]] .. S("Delete") .. [[]
|
||||
|
||||
tooltip[reply;]] .. S("Reply only to the sender") .. [[]
|
||||
tooltip[replyall;]] .. S("Reply to all involved people") .. [[]
|
||||
tooltip[forward;]] .. S("Transfer message to other people") .. [[]
|
||||
]] .. mail.theme
|
||||
|
||||
local from = minetest.formspec_escape(message.from) or ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue