diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-05 21:42:20 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-05 21:42:20 +0000 |
commit | 7a55988515a9b4c1f227833f268b6e8d8cfb189d (patch) | |
tree | 0153ad07cb2e1669d6fd6d8b9d44deeda9cb8131 /keymgmt.cpp | |
parent | added missing tr in key management (diff) | |
download | gpg4usb-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-x | keymgmt.cpp | 2 |
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); |