diff --git a/Project/Sources/Forms/D_PictureSettings/form.4DForm b/Project/Sources/Forms/D_PictureSettings/form.4DForm index 1d046807..42d4bacc 100755 --- a/Project/Sources/Forms/D_PictureSettings/form.4DForm +++ b/Project/Sources/Forms/D_PictureSettings/form.4DForm @@ -926,7 +926,7 @@ "dataSource": "Button", "action": "cancel", "shortcutKey": "[Esc]", - "text": "Cancel", + "text": ":xliff:cancel", "events": [ "onClick" ], @@ -944,7 +944,7 @@ "dataSource": "Button", "action": "accept", "shortcutKey": "[Enter]", - "text": "OK", + "text": ":xliff:ok", "defaultButton": true, "events": [ "onClick" @@ -997,4 +997,4 @@ "width": 700, "height": 720, "menuBar": "EditOnly" -} \ No newline at end of file +}