diff options
| -rw-r--r-- | UPreferences.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPreferences.pas b/UPreferences.pas index 407c40b..73b709f 100644 --- a/UPreferences.pas +++ b/UPreferences.pas @@ -386,7 +386,7 @@ begin QuickSearchOptionMenu.Tooltip := 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.'; QuickSearchLabel.FocusControl := QuickSearchOptionMenu; Item := TGTKMenuItem.CreateTyped(Self, itLabel); - Item.Caption := 'Ctrl+S/Alt+S and "/"'; + Item.Caption := 'Ctrl+S/Alt+S and "/" only'; QuickSearchOptionMenu.Items.Add(Item); Item := TGTKMenuItem.CreateTyped(Self, itLabel); Item.Caption := 'Ctrl+Alt+letters'; |
