浏览代码

options are called preferences but still are alt + o

Eren Yilmaz 6 年之前
父节点
当前提交
27fd10efd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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