Forgot a couple of tstring internationalization marks
This commit is contained in:
parent
8797949e88
commit
52ea365fbd
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@
|
|||
[button]
|
||||
id = "ok"
|
||||
definition = "default"
|
||||
label = "OK"
|
||||
label = _ "OK"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
@ -142,7 +142,7 @@
|
|||
[button]
|
||||
id = "cancel"
|
||||
definition = "default"
|
||||
label = "Cancel"
|
||||
label = _ "Cancel"
|
||||
[/button]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue