|
@@ -30,10 +30,10 @@ public class OptionsDialog extends JDialog {
|
|
|
|
|
|
OptionsDialog()
|
|
|
{
|
|
|
- setTitle( "Optionen" );
|
|
|
+ setTitle( "Preferences" );
|
|
|
setLayout( new GridLayout( 3, 2 ) );
|
|
|
- add( new JLabel( "Dilspay layouts:" ) );
|
|
|
- String[] displayValues = { "All", "Current" };
|
|
|
+ add( new JLabel( "Display layouts:" ) );
|
|
|
+ String[] displayValues = { "All", "Only current" };
|
|
|
display = new JComboBox<String>( displayValues );
|
|
|
add( display );
|
|
|
add( new JLabel( "Run steps:" ) );
|