Explorar el Código

options are called preferences but still are alt + o

Eren Yilmaz hace 6 años
padre
commit
27fd10efd0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/MainView.java

+ 1 - 1
src/view/MainView.java

@@ -240,7 +240,7 @@ public class MainView {
         options = new NiceButton( "settings" );
         options.setLocation( 210, 60 );
         options.setMnemonic( KeyEvent.VK_O );
-        options.setToolTipText( "Show Options Dialog (alt + o)" );
+        options.setToolTipText( "Preferences (alt + o)" );
         options.addActionListener( new ActionListener() {
 
             @Override