aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
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);