From 285709df9ae24dcacec23e25c30060b1caea242a Mon Sep 17 00:00:00 2001 From: ralph isenmann Date: Wed, 17 Mar 2021 15:55:44 +0100 Subject: [client] Wording Container --- .../openslx/dozmod/gui/wizard/layout/ContainerUploadPageLayout.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dozentenmodul/src/main/java') diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/layout/ContainerUploadPageLayout.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/layout/ContainerUploadPageLayout.java index ada3324a..5fcc6dcd 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/layout/ContainerUploadPageLayout.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/layout/ContainerUploadPageLayout.java @@ -81,11 +81,15 @@ public class ContainerUploadPageLayout extends WizardPage { grid.add(txtImageName, 2, 1).fill(true, false).expand(true, false); grid.nextRow(); - QLabel lblContainerImageFile = new QLabel("Prebuild Container Image"); + QLabel lblContainerImageFile = new QLabel( + I18n.PAGE_LAYOUT.getString("ContainerUploadPage.ContainerImageFile.label")); lblContainerImageFile.setToolTipText( I18n.PAGE_LAYOUT.getString("ContainerUploadPage.ContainerImageFile.ToolTipText")); txtContainerImageFile = new JTextField(); txtContainerImageFile.setEnabled(false); + txtContainerImageFile.setToolTipText( + I18n.PAGE_LAYOUT.getString("ContainerUploadPage.ContainerImageFile.ToolTipText") + ); grid.add(lblContainerImageFile); grid.add(txtContainerImageFile, 2).fill(true, false).expand(true, false); grid.nextRow(); -- cgit v1.2.3-55-g7522