From 4dd60fafba9e59ca5da3f29d46cc4edcfb8a9dde Mon Sep 17 00:00:00 2001 From: Gabriel Inzirillo Date: Tue, 17 Jan 2023 08:33:12 +0100 Subject: [PATCH] Add missing xliff --- Project/Sources/Forms/D_PictureSettings/form.4DForm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}