Эх сурвалжийг харах

Merge branch 'master' of https://koljastrohm-games.com:3000/GraphDrawer/NodeShuffler

Kolja Strohm 6 жил өмнө
parent
commit
7c840f52ce

+ 3 - 3
src/view/OptionsDialog.java

@@ -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:" ) );