MP/Staging: don't hardcode bold formatting in translatable strings
This commit is contained in:
parent
2227eb00dd
commit
b0d1b75a9f
1 changed files with 2 additions and 4 deletions
|
@ -154,8 +154,7 @@
|
|||
|
||||
[label]
|
||||
definition = "default_small"
|
||||
label = _ "<b>Faction:</b>"
|
||||
use_markup = true
|
||||
label = _ "Faction:"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
@ -187,8 +186,7 @@
|
|||
|
||||
[label]
|
||||
definition = "default_small"
|
||||
label = _ "<b>Gender:</b>"
|
||||
use_markup = true
|
||||
label = _ "Gender:"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue