changeset 69:6019854233a7

Minor: Edited tooltip for create card button Mentioning that you can open a new window by shift-clicking it.
author Fox
date Sat, 24 Dec 2022 01:53:55 +0100
parents c6b1b4def7c1
children fc040f668d55
files src/junotu/TabSimpleSearch.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/junotu/TabSimpleSearch.java	Sat Dec 24 01:49:57 2022 +0100
+++ b/src/junotu/TabSimpleSearch.java	Sat Dec 24 01:53:55 2022 +0100
@@ -97,7 +97,7 @@
 	registerKeyboardAction( this, KEY_ACTION_COMMIT, KeyStroke.getKeyStroke( KeyEvent.VK_S, InputEvent.CTRL_DOWN_MASK ), WHEN_IN_FOCUSED_WINDOW );
 
 	field.setToolTipText("Search query.");
-	create.setToolTipText("Create new card.");
+	create.setToolTipText("Create new card. Shift-click to open it in a new window.");
 	
     }