diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | rpmdrake | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ - kill --no-splash option (useless since 4.17 (do not display a splash text anymore)), thus fixing #49035) +- rpmdrake: + o add a sensible tooltip for the "find" entry (#39454) Version 5.14 - 25 March 2009, Thierry Vignaud @@ -644,7 +644,7 @@ sub run_treeview_dialog { 1, $find_entry = gtknew('Entry', width => 260, primary_icon => 'gtk-find', secondary_icon => 'gtk-clear', - tip => N("Find"), + tip => N("Please type in the string you want to search then press the <enter> key"), 'icon-release' => $find_callback, 'icon-press' => sub { my (undef, $pos, $event) = @_; |