improve Hint message in the formspec

master
Juraj Vajda 2018-02-17 23:09:16 -05:00
parent 0ef8cb68ca
commit e7631ecac2
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ skins.formspec.main = function(name, idx)
"anchor[0.0,0.5]"..
"bgcolor[#00000000;false]"..
"background[5,5;1,1;gui_formbg.png;true]"..
"label[0.0,1.0;Tip: Switch to 3rd person view to see the skin appearance.]"..
"label[0.0,1.0;Tip: Switch to 3rd person view to see the skin appearance (F7)]"..
"label[0.0,1.5;"..S("Select Player Skin:").."]"..
"button_exit[1.75,7.7;2.4,1.5;simple_skins:saveandclose;Save & Close]"..
"label[0.0,0.0;"..S("Name: ")..label_name.."]"..