diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-02 20:39:07 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-02 20:39:07 +0100 |
| commit | 79af939ac47ae9d1706c30c8daccd4937afb890f (patch) | |
| tree | b8e30fda913ca0231522071913b342def403f516 /keymgmt.cpp | |
| parent | added missing tr in key management (diff) | |
| download | gpg4usb-79af939ac47ae9d1706c30c8daccd4937afb890f.tar.gz gpg4usb-79af939ac47ae9d1706c30c8daccd4937afb890f.zip | |
added a missing break and updated translation files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@822 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); |
