From 969abdeec03f20de91c4f0ced0de250a5cf8b229 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 24 Mar 2008 14:34:05 +0000 Subject: [PATCH] make the tooltip for the close button of the annotation window a bit more clear svn path=/trunk/KDE/kdegraphics/okular/; revision=789534 --- ui/annotwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/annotwindow.cpp b/ui/annotwindow.cpp index 1f21ce01d..52941d4ff 100644 --- a/ui/annotwindow.cpp +++ b/ui/annotwindow.cpp @@ -45,7 +45,7 @@ public: setFixedSize( size ); setIcon( style()->standardIcon( QStyle::SP_DockWidgetCloseButton ) ); setIconSize( size ); - setToolTip( i18n( "Close" ) ); + setToolTip( i18n( "Close this note" ) ); } };