Skip to content

Commit

Permalink
Cleanup extra spaces and ? in messages
Browse files Browse the repository at this point in the history
Some minor corrections to widget alignment
Add SWT.BORDER to Splunk connection
  • Loading branch information
nadment committed Oct 21, 2024
1 parent 6bd67f2 commit b3172fe
Show file tree
Hide file tree
Showing 43 changed files with 128 additions and 125 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ System.Button.Close=\ &Close
System.Button.Delete=&Delete
System.Button.Details=&Details
System.Button.Edit=&Edit
System.Button.Enabled=Enabled
System.Button.GetFields=&Get Fields
System.Button.GetVariables=Get variables
System.Button.Help=Help
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public IAction open() {
PropsUi.setLook(wName);
wName.addModifyListener(lsMod);
FormData fdName = new FormData();
fdName.left = new FormAttachment(middle, margin);
fdName.left = new FormAttachment(middle, 0);
fdName.top = new FormAttachment(0, margin);
fdName.right = new FormAttachment(100, 0);
wName.setLayoutData(fdName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public IAction open() {
PropsUi.setLook(wlSchemaname);
FormData fdlSchemaname = new FormData();
fdlSchemaname.left = new FormAttachment(0, 0);
fdlSchemaname.right = new FormAttachment(middle, 0);
fdlSchemaname.right = new FormAttachment(middle, -margin);
fdlSchemaname.top = new FormAttachment(wConnection, margin);
wlSchemaname.setLayoutData(fdlSchemaname);

Expand All @@ -199,7 +199,7 @@ public IAction open() {
PropsUi.setLook(wlTablename);
FormData fdlTablename = new FormData();
fdlTablename.left = new FormAttachment(0, 0);
fdlTablename.right = new FormAttachment(middle, 0);
fdlTablename.right = new FormAttachment(middle, -margin);
fdlTablename.top = new FormAttachment(wSchemaname, margin);
wlTablename.setLayoutData(fdlTablename);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ ActionEvalTableContent.Tablename.Label=Target table name
ActionEvalTableContent.Tablename.Tooltip=The name of the table or view to bulk import data into.
ActionEvalTableContent.Title=Evaluate rows number in a table
ActionEvalTableContent.UnableLoadXML=Unable to load action of type 'Evaluate rows number in a table' from the XML node\!
ActionEvalTableContent.UseVariableSubst.Label=Use variable substitution?
ActionEvalTableContent.UseVariableSubst.Label=Use variable substitution
ActionEvalTableContent.UseVariableSubst.Tooltip=Replaces environment variables in the SQL script with their actual value.\nThe format of an environment variable depends on the OS\:\nOn windows they get enclosed with 2 meshes ('\#\#'),\non Unix they get enclosed with the characters '${}' (each without quotation)
TableInputDialog.PerhapsNoPermissions=Perhaps you don''t have the right permissions?
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ActionFilesExist.ERROR_0001_Cannot_Load_Workflow_Action_From_Xml_Node=Unable to
ActionFilesExist.ERROR_0004_IO_Exception=Unexpected error checking filename existance: {0}
ActionFilesExist.Fields.Argument.Label=File/Folder
ActionFilesExist.Fields.Column=Specify here file to delete
ActionFilesExist.Fields.Label=Files/Folders:
ActionFilesExist.Fields.Label=Files/Folders
ActionFilesExist.File_Does_Not_Exist=File [{0}] does not exist\!
ActionFilesExist.File_Exists=File [{0}] exists.
ActionFilesExist.Filename.Label=File/folder name:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ActionFtp.LocalSettings.Group.Label=Local
ActionFTP.Log.Info.FilesInError=Nr errors \: {0}
ActionFTP.Log.Info.FilesRetrieved=Nr files downloaded \: {0}
ActionFTP.MovedFile=Remote file [{0}] was moved to remote folder [{1}]
ActionFtp.MoveFiles.Label=Move files after retrieval?
ActionFtp.MoveFiles.Label=Move files after retrieval
ActionFtp.MoveFiles.Tooltip=Move files to folder after retrieval
ActionFtp.MoveFolder.Label=Move to folder
ActionFtp.MoveFolder.Tooltip=Specify here the move to folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ ActionFtpDelete.FolderExists.Title.Ok=Folder exists
ActionFTPDelete.FoundNFiles=Found {0} files in the remote ftp directory
ActionFtpDelete.getPrevious.Label=Copy previous results to args?
ActionFtpDelete.getPrevious.Tooltip=Copy previous results to args
ActionFtpDelete.KeyFilename.Label=Key file\:
ActionFtpDelete.KeyFilename.Tooltip=Key file\:
ActionFtpDelete.KeyFilename.Label=Key file
ActionFtpDelete.KeyFilename.Tooltip=Key file.
ActionFtpDelete.keyfilePass.Label=Key passphrase
ActionFtpDelete.keyfilePass.Tooltip=Key passphrase
ActionFtpDelete.keyword=ftp,delete,file,transfer
ActionFTPDelete.Name=FTP delete
ActionFtpDelete.Name.Default=FTP delete
ActionFtpDelete.Name.Label=Name of this action\:
ActionFtpDelete.Name.Label=Action name
ActionFtpDelete.Name.Tooltip=The name of this action
ActionFtpDelete.NrBadFormedLessThan.Label=Limit files
ActionFtpDelete.NrBadFormedLessThan.Tooltip=Limit files
ActionFtpDelete.Password.Label=Password\:
ActionFtpDelete.Password.Label=Password
ActionFtpDelete.Password.Tooltip=Enter the FTP server password
ActionFtpDelete.Port.Label=Server port
ActionFtpDelete.Port.Tooltip=Server port
Expand All @@ -65,21 +65,21 @@ ActionFtpDelete.ProxyPort.Label=Proxy port
ActionFtpDelete.ProxyPort.Tooltip=Proxy port
ActionFtpDelete.ProxyUsername.Label=Proxy username
ActionFtpDelete.ProxyUsername.Tooltip=Proxy username
ActionFtpDelete.RemoteDir.Label=Remote directory\:
ActionFtpDelete.RemoteDir.Label=Remote directory
ActionFtpDelete.RemoteDir.Tooltip=The remote directory on the FTP server
ActionFTPDelete.RemotefileDeleted=Remote file [{0}] was deleted
ActionFtpDelete.RemoteSettings.Group.Label=Remote
ActionFtpDelete.Server.Label=FTP server name / IP address\:
ActionFtpDelete.Server.Label=FTP server name / IP address
ActionFtpDelete.Server.Tooltip=The FTP server name or IP address
ActionFtpDelete.ServerSettings.Group.Label=Server
ActionFtpDelete.SocksProxy.Group.Label=Proxy
ActionFtpDelete.SocksProxyHost.Label=Host:
ActionFtpDelete.SocksProxyHost.Label=Host
ActionFtpDelete.SocksProxyHost.Tooltip=The host name or IP address of the socks proxy host
ActionFtpDelete.SocksProxyPassword.Label=Password:
ActionFtpDelete.SocksProxyPassword.Tooltip=The password for the Socks 5 proxy
ActionFtpDelete.SocksProxyPort.Label=Port:
ActionFtpDelete.SocksProxyPort.Label=Port
ActionFtpDelete.SocksProxyPort.Tooltip=Socks proxy port
ActionFtpDelete.SocksProxyUsername.Label=Username:
ActionFtpDelete.SocksProxyUsername.Label=Username
ActionFTPDelete.Start=Start of FTP action
ActionFTPDelete.Started=Started FTP workflow to {0}
ActionFTPDelete.SuccesConditionBroken=Success condition was broken\!
Expand All @@ -101,7 +101,7 @@ ActionFtpDelete.useProxy.Label=Use proxy
ActionFtpDelete.useProxy.Tooltip=Use proxy
ActionFtpDelete.usePublicKeyFiles.Label=Use Public Key
ActionFtpDelete.usePublicKeyFiles.Tooltip=Use Public Key
ActionFtpDelete.User.Label=Username\:
ActionFtpDelete.User.Label=Username
ActionFtpDelete.User.Tooltip=Enter the FTP server username
ActionFtpDelete.Wildcard.Label=Wildcard (regular expression)\:
ActionFtpDelete.Wildcard.Label=Wildcard (regular expression)
ActionFtpDelete.Wildcard.Tooltip=Enter a regular expression to specify the filenames to retrieve.\nE.g. ".*\\.txt" (without quotation), to download all text files from the remote directory.
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
#

ActionFTP.OpenedProxyConnectionOn=Opened FTP connection to proxy server [{0}]
ActionFtpPut.ActiveConns.Label=Use active FTP connection\:
ActionFtpPut.ActiveConns.Label=Use active FTP connection
ActionFtpPut.ActiveConns.Tooltip=Activate to use active FTP connection
ActionFtpPut.AdvancedSettings.Group.Label=Advanced settings
ActionFtpPut.BinaryMode.Label=Binary mode?
ActionFtpPut.BinaryMode.Label=Binary mode
ActionFtpPut.BinaryMode.Tooltip=Check to transfer files binary
ActionFtpPut.BrowseFolders.Label=Browse...
ActionFtpPut.Connected.OK=Everything looks good--go ahead and transfer files to the Server you selected.
ActionFtpPut.Connected.Title.Ok=Connection OK
ActionFtpPut.ControlEncoding.Label=Control Encoding\:
ActionFtpPut.ControlEncoding.Tooltip=Which character set to use for filenames/directories
ActionFTPPut.Description=Put a file with FTP
ActionFtpPut.DontOverwrite.Label=Don''t overwrite files\:
ActionFtpPut.DontOverwrite.Label=Don''t overwrite files
ActionFtpPut.DontOverwrite.Tooltip=If activated, only files get transferred that do not already exist locally.
ActionFtpPut.ErrorConnect.NOK=Cannot connect to {0}\nDetails\: {1}
ActionFtpPut.ErrorConnect.Title.Bad=Test Connection Failed
ActionFtpPut.FolderExists.OK=Folder {0} exist.
ActionFtpPut.FolderExists.Title.Ok=OK
ActionFtpPut.keyword=file,ftp,transfer,put
ActionFtpPut.LocalDir.Label=Local directory\:
ActionFtpPut.LocalDir.Label=Local directory
ActionFtpPut.LocalDir.NotSpecified=Please specify Local directory
ActionFtpPut.LocalDir.Tooltip=The directory on the local server
ActionFtpPut.Log.ChangedDirectory=Changed to directory [{0}]
Expand All @@ -50,8 +50,8 @@ ActionFtpPut.Log.UnableToLoadFromXml=Unable to load action of type ''FTPPUT'' fr
ActionFtpPut.Log.WeHavePut=We have put [{0}] file(s) on the FTP server
ActionFTPPut.Name=Put a file with FTP
ActionFtpPut.Name.Default=Put a file with FTP
ActionFtpPut.Name.Label=Name of this action\:
ActionFtpPut.Password.Label=Password\:
ActionFtpPut.Name.Label=Action name
ActionFtpPut.Password.Label=Password
ActionFtpPut.Port.Label=Port
ActionFtpPut.Port.Tooltip=Port
ActionFtpPut.ProxyHost.Label=Proxy host
Expand All @@ -62,20 +62,20 @@ ActionFtpPut.ProxyPort.Label=Proxy port
ActionFtpPut.ProxyPort.Tooltip=Proxy port
ActionFtpPut.ProxyUsername.Label=Proxy username
ActionFtpPut.ProxyUsername.Tooltip=Proxy username
ActionFtpPut.RemoteDir.Label=Remote directory\:
ActionFtpPut.RemoteDir.Label=Remote directory
ActionFtpPut.RemoteDir.Tooltip=The remote directory on the FTP server
ActionFtpPut.RemoveFiles.Label=Remove files after transferal?
ActionFtpPut.RemoveFiles.Label=Remove files after transferal
ActionFtpPut.RemoveFiles.Tooltip=Removes files on remote server after transfer.\nBe CAREFUL using this option, probably deletion cannot be undone.
ActionFtpPut.Server.Label=FTP server name / IP address\:
ActionFtpPut.Server.Label=FTP server name / IP address
ActionFtpPut.ServerSettings.Group.Label=Server settings
ActionFtpPut.SocksProxy.Group.Label=Proxy
ActionFtpPut.SocksProxyHost.Label=Host\:
ActionFtpPut.SocksProxyHost.Label=Host
ActionFtpPut.SocksProxyHost.Tooltip=The host name or IP address of the socks proxy host
ActionFtpPut.SocksProxyPassword.Label=Password\:
ActionFtpPut.SocksProxyPassword.Label=Password
ActionFtpPut.SocksProxyPassword.Tooltip=The password for the Socks 5 proxy
ActionFtpPut.SocksProxyPort.Label=Port\:
ActionFtpPut.SocksProxyPort.Label=Port
ActionFtpPut.SocksProxyPort.Tooltip=Socks proxy port
ActionFtpPut.SocksProxyUsername.Label=Username\:
ActionFtpPut.SocksProxyUsername.Label=Username
ActionFtpPut.SourceSettings.Group.Label=Source (local) files
ActionFtpPut.Tab.Files.Label=Files
ActionFtpPut.Tab.General.Label=General
Expand All @@ -84,9 +84,9 @@ ActionFtpPut.TargetSettings.Group.Label=Target (remote) files
ActionFtpPut.TestConnection.Label=Test connection
ActionFtpPut.TestConnection.Tooltip=Test FTP connection
ActionFtpPut.TestFolderExists.Label=Test folder
ActionFtpPut.Timeout.Label=Timeout\:
ActionFtpPut.Timeout.Label=Timeout
ActionFtpPut.Timeout.Tooltip=The timeout when transferring in seconds (0 for no timeout)
ActionFtpPut.Title=Put a file with FTP
ActionFtpPut.Username.Label=Username\:
ActionFtpPut.Wildcard.Label=Wildcard (regular expression)\:
ActionFtpPut.Username.Label=Username
ActionFtpPut.Wildcard.Label=Wildcard (regular expression)
ActionFtpPut.Wildcard.Tooltip=Enter a regular expression to specify the filenames to retrieve.\nE.g. ".*\\.txt" (without quotation), to download all text files from the remote directory.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ ActionSftp.Log.TargetFolderExists=Target folder {0} exists.
ActionSftp.Log.TransferedFile=Transferred file [{0}]
ActionSFTP.Name=Get a file with SFTP
ActionSftp.Name.Default=Get a file with SFTP
ActionSftp.Name.Label=Action name\:
ActionSftp.Password.Label=Password\:
ActionSftp.Name.Label=Action name
ActionSftp.Password.Label=Password
ActionSftp.Port.Label=Port
ActionSftp.Port.Tooltip=The port of the SFTP server. The default is 22 - this value is used if nothing is entered or "0".
ActionSftp.ProxyHost.Label=Proxy host
Expand All @@ -72,16 +72,16 @@ ActionSftp.ProxyPort.Tooltip=Proxy port
ActionSftp.ProxyType.Label=Proxy type
ActionSftp.ProxyUsername.Label=Proxy username
ActionSftp.ProxyUsername.Tooltip=Set proxy username and port if you have to use a proxy.
ActionSftp.RemoteDir.Label=Remote directory\:
ActionSftp.RemoteDir.Label=Remote directory
ActionSftp.RemoteDir.Tooltip=The remote directory on the SecureFTP server
ActionSftp.RemoveFiles.Label=Remove files after retrieval?
ActionSftp.RemoveFiles.Label=Remove files after retrieval
ActionSftp.RemoveFiles.Tooltip=Removes files on remote server after transfer.\nBe CAREFUL using this option, probably deletion cannot be undone.
ActionSftp.Server.Label=SFTP server name / IP
ActionSftp.ServerSettings.Group.Label=Server settings
ActionSftp.SourceFiles.Group.Label=Source files
ActionSftp.Tab.Files.Label=Files
ActionSftp.Tab.General.Label=General
ActionSftp.TargetDir.Label=Target directory\:
ActionSftp.TargetDir.Label=Target directory
ActionSftp.TargetDir.Tooltip=The target directory on the local server
ActionSftp.TargetFiles.Group.Label=Target files
ActionSftp.TestConnection.Label=Test connection
Expand All @@ -90,6 +90,6 @@ ActionSftp.TestFolderExists.Label=Test folder
ActionSftp.Title=Get a file with SFTP
ActionSftp.useKeyFile.Label=Use private keyfile
ActionSftp.useKeyFile.Tooltip=Use keyfile
ActionSftp.Username.Label=User name\:
ActionSftp.Wildcard.Label=Wildcard (regular expression)\:
ActionSftp.Username.Label=User name
ActionSftp.Wildcard.Label=Wildcard (regular expression)
ActionSftp.Wildcard.Tooltip=Enter a regular expression to specify the filenames to retrieve.\nE.g. ".*\\.txt" (without quotation), to download all text files from the remote directory.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ActionSftpPut.KeyFilename.Tooltip=Enter here the full filename of private keyfil
ActionSftpPut.keyfilePass.Label=Key passphrase
ActionSftpPut.keyfilePass.Tooltip=Passphrase
ActionSftpPut.keyword=security,file,transfer
ActionSftpPut.LocalDir.Label=Local directory\:
ActionSftpPut.LocalDir.Label=Local directory
ActionSftpPut.LocalDir.Tooltip=The local directory on the local server
ActionSftpPut.Log.ChangedDirectory=Changed to directory [{0}]
ActionSftpPut.Log.DeletedFile=[{0}] was deleted.
Expand All @@ -70,8 +70,8 @@ ActionSftpPut.Log.RowsFromPreviousResult=We found {0} from results of previous a
ActionSftpPut.Log.StartAction=Start of SFTP action
ActionSftpPut.Log.TransferredFile=Transferred file [{0}]
ActionSFTPPut.Name=Put a file with SFTP
ActionSftpPut.Name.Label=Action name\:
ActionSftpPut.Password.Label=Password\:
ActionSftpPut.Name.Label=Action name
ActionSftpPut.Password.Label=Password
ActionSftpPut.Port.Label=Port
ActionSftpPut.Port.Tooltip=The port of the SFTP server. The default is 22 - this value is used if nothing is entered or "0".
ActionSftpPut.ProxyHost.Label=Proxy host
Expand All @@ -83,7 +83,7 @@ ActionSftpPut.ProxyPort.Tooltip=Proxy port
ActionSftpPut.ProxyType.Label=Proxy type
ActionSftpPut.ProxyUsername.Label=Proxy username
ActionSftpPut.ProxyUsername.Tooltip=Set proxy username and port if you have to use a proxy.
ActionSftpPut.RemoteDir.Label=Remote directory\:
ActionSftpPut.RemoteDir.Label=Remote directory
ActionSftpPut.RemoteDir.Tooltip=The remote directory on the SecureFTP server
ActionSftpPut.Server.Label=SFTP server name / IP
ActionSftpPut.ServerSettings.Group.Label=Server settings
Expand All @@ -99,9 +99,9 @@ ActionSftpPut.TestFolderExists.Label=Test folder
ActionSftpPut.Title=Put a file with SFTP
ActionSftpPut.useKeyFile.Label=Use private keyfile
ActionSftpPut.useKeyFile.Tooltip=Use keyfile
ActionSftpPut.Username.Label=User name\:
ActionSftpPut.Username.Label=User name
ActionSftpPut.Username.Tooltip=User Name
ActionSftpPut.Wildcard.Label=Wildcard (regular expression)\:
ActionSftpPut.Wildcard.Label=Wildcard (regular expression)
ActionSftpPut.Wildcard.Tooltip=Enter a regular expression to specify the filenames to retrieve.\nE.g. ".*\\.txt" (without quotation), to download all text files from the remote directory.
ActionSSH2PUT.Log.DestinatFolderMissing=Destination folder is missing\!
ActionSSH2PUT.Log.DestinatFolderNotExist=We can not find destination folder [{0}]\!
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ActionMailValidatorDialog.Label=Action name
ActionMailValidatorDialog.MailAddress.Label=Email address
ActionMailValidatorDialog.MailAddress.Tooltip=Email address to check.\nIf you want to check with multiple addresses,\nseparate addresses by space.
ActionMailValidatorDialog.Name.Default=Mail validator
ActionMailValidatorDialog.SMTPCheck.Label=SMTP check?
ActionMailValidatorDialog.SMTPCheck.Label=SMTP check
ActionMailValidatorDialog.SMTPCheck.Tooltip=If you select this option, Apache Hop will perform a SMTP check.\nBy default, only the mail structure will be checked.
ActionMailValidatorDialog.TimeOutField.Label=Time out
ActionMailValidatorDialog.TimeOutField.Tooltip=In order to perform a SMTP check, Apache Hop will open a socket\n,specify here the timeout.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ ActionPGPVerify.ERROR_0001_Cannot_Load_Workflow_Action_From_Xml_Node=Unable to l
ActionPGPVerify.Filename.Label=Filename
ActionPGPVerify.FilenameMissing=Filename is missing\!
ActionPGPVerify.Filetype.All=All files
ActionPGPVerify.GPGLocation.Label=GPG location\:
ActionPGPVerify.GPGLocation.Label=GPG location
ActionPGPVerify.keyword=PGP,verify
ActionPGPVerify.Name=Verify file signature with PGP
ActionPGPVerify.Name.Default=Verify a PGP file signature
ActionPGPVerify.Name.Label=Action name\:
ActionPGPVerify.Name.Label=Action name
ActionPGPVerify.Settings.Group.Label=Settings
ActionPGPVerify.Title=Verify file signature with PGP
ActionPGPVerify.useDetachedSignature.Label=Use detached signature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public IAction open() {
FormData fdlHostname = new FormData();
fdlHostname.left = new FormAttachment(0, 0);
fdlHostname.top = new FormAttachment(wName, margin);
fdlHostname.right = new FormAttachment(middle, 0);
fdlHostname.right = new FormAttachment(middle, -margin);
wlHostname.setLayoutData(fdlHostname);

wHostname = new TextVar(variables, shell, SWT.SINGLE | SWT.LEFT | SWT.BORDER);
Expand Down Expand Up @@ -180,7 +180,7 @@ public void widgetSelected(SelectionEvent e) {
FormData fdTimeOut = new FormData();
fdTimeOut.left = new FormAttachment(middle, 0);
fdTimeOut.top = new FormAttachment(wPingType, margin);
fdTimeOut.right = new FormAttachment(100, 0);
fdTimeOut.right = new FormAttachment(100, -margin);
wTimeOut.setLayoutData(fdTimeOut);

// Nbr packets to send
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ActionPing.PingType.Label=Ping type
ActionPing.SpecifyHost.Label=Please specify a Host IP/name
ActionPing.SystemPing=System ping
ActionPing.SystemPing.Label=System ping
ActionPing.TimeOut.Label=TimeOut (ms)
ActionPing.TimeOut.Tooltip=TimeOut
ActionPing.TimeOut.Label=Timeout (ms)
ActionPing.TimeOut.Tooltip=Time to wait for a response, in milliseconds.
ActionPing.Title=Ping a host

Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public IAction open() {
BaseMessages.getString(PKG, "ActionSendNagiosPassiveCheck.Name.Label"),
BaseMessages.getString(PKG, "ActionSendNagiosPassiveCheck.Name.Tooltip"));
wName.addModifyListener(lsMod);
PropsUi.setLook(wName);
FormData fdName = new FormData();
fdName.top = new FormAttachment(0, 0);
fdName.left = new FormAttachment(0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ ActionShell.Tab.General.Label=General
ActionShell.Tab.Script.Label=Script
ActionShell.Title=Shell
ActionShell.UnexpectedError=Unexpected error running shell [{0}] \: {1}
ActionShell.WorkingDirectory.Label=Working directory\:
ActionShell.WorkingDirectory.Label=Working directory
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ public IAction open() {
wCancel.addListener(SWT.Selection, e -> cancel());
BaseTransformDialog.positionBottomButtons(shell, new Button[] {wOk, wCancel}, margin, null);

// Filename line
// Action name line
Label wlName = new Label(shell, SWT.RIGHT);
wlName.setText(BaseMessages.getString(PKG, "ActionSQL.Name.Label"));
PropsUi.setLook(wlName);
FormData fdlName = new FormData();
fdlName.left = new FormAttachment(0, 0);
fdlName.right = new FormAttachment(middle, 0);
fdlName.right = new FormAttachment(middle, -margin);
fdlName.top = new FormAttachment(0, margin);
wlName.setLayoutData(fdlName);
wName = new Text(shell, SWT.SINGLE | SWT.LEFT | SWT.BORDER);
Expand Down
Loading

0 comments on commit b3172fe

Please sign in to comment.