aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-05 21:42:20 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-05 21:42:20 +0000
commit7a55988515a9b4c1f227833f268b6e8d8cfb189d (patch)
tree0153ad07cb2e1669d6fd6d8b9d44deeda9cb8131 /keymgmt.cpp
parentadded missing tr in key management (diff)
downloadgpg4usb-7a55988515a9b4c1f227833f268b6e8d8cfb189d.tar.gz
gpg4usb-7a55988515a9b4c1f227833f268b6e8d8cfb189d.zip
added a missing break and updated translation files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@835 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index ae8fd46..2469e0e 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -143,7 +143,7 @@ void KeyMgmt::createToolBars()
toolButton->setPopupMode(QToolButton::InstantPopup);
toolButton->setIcon(QIcon(":key_import.png"));
toolButton->setToolTip(tr("Import key"));
- toolButton->setText(tr("Import key from");
+ toolButton->setText(tr("Import key from"));
toolButton->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
keyToolBar->addWidget(toolButton);