Skip to content

Commit 84ae182

Browse files
committed
fixing messages for i18n
1 parent dd4c98d commit 84ae182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron/app/locales/en/webui.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@
12421242
"wit-aux-creator-invalid-variable-file-message": "The project file {{projectFile}} has references to one or more model variable files that do not exist: {{invalidFileList}}",
12431243
"wit-aux-creator-invalid-archive-file-message": "The project file {{projectFile}} has references to one or more model archive files that do not exist: {{invalidFileList}}",
12441244
"wit-aux-creator-run-prepare-model-prompt-title": "Create Auxiliary Image to run Prepare Model",
1245-
"wit-aux-creator-run-prepare-model-prompt-question": "When creating an auxiliary image containing a WebLogic Deploy Tooling model, the model should be prepared for the target environment prior to adding it to the image. Do you want Create Image to run Prepare Model prior to adding the model to the image? If you don't know what to do, just choose Yes.",
1245+
"wit-aux-creator-run-prepare-model-prompt-question": "When creating an auxiliary image containing a WebLogic Deploy Tooling model, the model should be prepared for the target environment prior to adding it to the image. Do you want Create Auxiliary Image to run Prepare Model prior to adding the model to the image? If you don't know what to do, just choose Yes.",
12461246
"wit-aux-creator-wdt-download-error-message": "Unable to create auxiliary image because the download of the latest WebLogic Deploy Tooling release failed: {{error}}.",
12471247
"wit-aux-creator-image-builder-invalid-error-message": "The image builder executable {{fileName}} is not valid: {{error}}.",
12481248
"wit-aux-creator-image-registry-login-failed-error-message": "Unable to log in to image registry {{host}}: {{error}}.",
@@ -1271,7 +1271,7 @@
12711271
"wit-dci-creator-invalid-variable-file-message": "The project file {{projectFile}} has references to one or more model variable files that do not exist: {{invalidFileList}}",
12721272
"wit-dci-creator-invalid-archive-file-message": "The project file {{projectFile}} has references to one or more model archive files that do not exist: {{invalidFileList}}",
12731273
"wit-dci-creator-run-prepare-model-prompt-title": "Create Domain Creation Image to run Prepare Model",
1274-
"wit-dci-creator-run-prepare-model-prompt-question": "When creating an domain creation image containing a WebLogic Deploy Tooling model, the model should be prepared for the target environment prior to adding it to the image. Do you want Create Image to run Prepare Model prior to adding the model to the image? If you don't know what to do, just choose Yes.",
1274+
"wit-dci-creator-run-prepare-model-prompt-question": "When creating an domain creation image containing a WebLogic Deploy Tooling model, the model should be prepared for the target environment prior to adding it to the image. Do you want Create Domain Creation Image to run Prepare Model prior to adding the model to the image? If you don't know what to do, just choose Yes.",
12751275
"wit-dci-creator-wdt-download-error-message": "Unable to create domain creation image because the download of the latest WebLogic Deploy Tooling release failed: {{error}}.",
12761276
"wit-dci-creator-image-builder-invalid-error-message": "The image builder executable {{fileName}} is not valid: {{error}}.",
12771277
"wit-dci-creator-image-registry-login-failed-error-message": "Unable to log in to image registry {{host}}: {{error}}.",

0 commit comments

Comments
 (0)