mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 21:16:30 +02:00
Change text
This commit is contained in:
parent
ecbf0b9eba
commit
afd8e85754
@ -33,6 +33,7 @@ public class InstallWindow implements IUserInterface {
|
||||
|
||||
/**
|
||||
* Initialize the contents of the frame.
|
||||
* @wbp.parser.entryPoint
|
||||
*/
|
||||
private void initialize() {
|
||||
frmPackwizlauncher = new JFrame();
|
||||
@ -59,7 +60,7 @@ public class InstallWindow implements IUserInterface {
|
||||
GridBagLayout gbl_panel_1 = new GridBagLayout();
|
||||
panel_1.setLayout(gbl_panel_1);
|
||||
|
||||
JButton btnOptions = new JButton("Options...");
|
||||
JButton btnOptions = new JButton("Configure...");
|
||||
btnOptions.setAlignmentX(Component.CENTER_ALIGNMENT);
|
||||
GridBagConstraints gbc_btnOptions = new GridBagConstraints();
|
||||
gbc_btnOptions.gridx = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user