aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-30 02:36:50 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-30 02:36:50 +0000
commit9d717d8ac6c138182fdc3a8d4e8464b544f42d3f (patch)
tree917db4ed76451411cc775330a1a4729621db40e8 /gpgwin.cpp
parentadded quote icon and quote action to toolbar (diff)
downloadgpg4usb-9d717d8ac6c138182fdc3a8d4e8464b544f42d3f.tar.gz
gpg4usb-9d717d8ac6c138182fdc3a8d4e8464b544f42d3f.zip
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
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp2
1 files changed, 1 insertions, 1 deletions
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);