aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-02 20:39:07 +0100
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-02 20:39:07 +0100
commit79af939ac47ae9d1706c30c8daccd4937afb890f (patch)
treeb8e30fda913ca0231522071913b342def403f516 /keymgmt.cpp
parentadded missing tr in key management (diff)
downloadgpg4usb-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-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);