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]
|
[button]
|
||||||
id = "ok"
|
id = "ok"
|
||||||
definition = "default"
|
definition = "default"
|
||||||
label = "OK"
|
label = _ "OK"
|
||||||
[/button]
|
[/button]
|
||||||
|
|
||||||
[/column]
|
[/column]
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
[button]
|
[button]
|
||||||
id = "cancel"
|
id = "cancel"
|
||||||
definition = "default"
|
definition = "default"
|
||||||
label = "Cancel"
|
label = _ "Cancel"
|
||||||
[/button]
|
[/button]
|
||||||
|
|
||||||
[/column]
|
[/column]
|
||||||
|
|
Loading…
Add table
Reference in a new issue