Fix misleading help text in jeweller's bench
This commit is contained in:
parent
471eff12ff
commit
422b106b57
@ -21,7 +21,7 @@ form_bench = form_bench .. "list[current_name;main;2.25,1.75;1,1;]"
|
||||
form_bench = form_bench .. "listring[current_name;main]"
|
||||
form_bench = form_bench .. default.ui.get_itemslot_bg(2.25, 1.75, 1, 1)
|
||||
|
||||
form_bench = form_bench .. "label[3.25,1.75;"..F(S("1. Place unjeweled tool here")).."]"
|
||||
form_bench = form_bench .. "label[3.25,1.75;"..F(S("1. Place tool here")).."]"
|
||||
form_bench = form_bench .. "label[3.25,2.25;"..F(S("2. Hold a jewel and punch the bench")).."]"
|
||||
|
||||
form_bench = form_bench .. "list[current_player;main;0.25,4.75;8,4;]"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# textdomain: jewels
|
||||
1. Place unjeweled tool here=1.: Juwelenloses Werkzeug hier ablegen
|
||||
1. Place tool here=1.: Werkzeug hier ablegen
|
||||
2. Hold a jewel and punch the bench=2.: Juwel halten und auf Bank hauen
|
||||
Jeweled @1=@1 (Juwel)
|
||||
Range: @1=Reichweite: @1
|
||||
|
@ -1,5 +1,5 @@
|
||||
# textdomain: jewels
|
||||
1. Place unjeweled tool here=
|
||||
1. Place tool here=
|
||||
2. Hold a jewel and punch the bench=
|
||||
Jeweled @1=
|
||||
Range: @1=
|
||||
|
Loading…
Reference in New Issue
Block a user