Skip to content

Commit d605a35

Browse files
committed
Add 'extra' to blind size permabonus loc strings
1 parent 19a8b98 commit d605a35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

localization/en-us.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,22 +204,22 @@ return {
204204
},
205205
card_extra_blind_size = {
206206
text = {
207-
"{C:blind}#1#{} Blind Size",
207+
"{C:blind}#1#{} extra Blind Size",
208208
},
209209
},
210210
card_extra_h_blind_size = {
211211
text = {
212-
"{C:blind}#1#{} Blind Size when held",
212+
"{C:blind}#1#{} extra Blind Size when held",
213213
},
214214
},
215215
card_extra_x_blind_size = {
216216
text = {
217-
"{X:blind,C:white}X#1#{} Blind Size",
217+
"{X:blind,C:white}X#1#{} extra Blind Size",
218218
},
219219
},
220220
card_extra_h_x_blind_size = {
221221
text = {
222-
"{X:blind,C:white}X#1#{} Blind Size when held",
222+
"{X:blind,C:white}X#1#{} extra Blind Size when held",
223223
},
224224
},
225225
artist = {

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "1.0.0~BETA-1531f-STEAMODDED"
1+
return "1.0.0~BETA-1531g-STEAMODDED"

0 commit comments

Comments
 (0)