From 9d717d8ac6c138182fdc3a8d4e8464b544f42d3f Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 30 Dec 2010 02:36:50 +0000 Subject: added confirmation box for import keys through drop in keylist. Also added the appropriate setting in settings dialog. git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@412 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpgwin.cpp') diff --git a/gpgwin.cpp b/gpgwin.cpp index 3fb7f73..7c1df04 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -189,7 +189,7 @@ void GpgWin::createActions() quoteAct = new QAction(tr("&Quote"), this); quoteAct->setIcon(QIcon(iconPath + "quote.png")); - quoteAct->setToolTip(tr("Insert > in front of every line")); + quoteAct->setToolTip(tr("Insert \">\" in front of every line")); connect(quoteAct, SIGNAL(triggered()), edit, SLOT(quote())); selectallAct = new QAction(tr("Select &All"), this); -- cgit v1.2.3