From 20d24bb09cdd7cbd1cdc82a5ea70e515773af407 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 21 Jan 2013 23:18:18 +0000 Subject: minor language corrections git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1006 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.cpp') diff --git a/mainwindow.cpp b/mainwindow.cpp index 816b8bb..74fd645 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -370,7 +370,7 @@ void MainWindow::createActions() connect(copyMailAddressToClipboardAct, SIGNAL(triggered()), this, SLOT(slotCopyMailAddressToClipboard())); // TODO: find central place for shared actions, to avoid code-duplication with keymgmt.cpp - showKeyDetailsAct = new QAction(tr("Show Keydetails"), this); + showKeyDetailsAct = new QAction(tr("Show key details"), this); showKeyDetailsAct->setToolTip(tr("Show Details for this Key")); connect(showKeyDetailsAct, SIGNAL(triggered()), this, SLOT(slotShowKeyDetails())); -- cgit