diff options
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-x | keymgmt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp index 690de89..ae8fd46 100755 --- a/keymgmt.cpp +++ b/keymgmt.cpp @@ -142,8 +142,8 @@ void KeyMgmt::createToolBars() toolButton->setMenu(importKeyMenu); toolButton->setPopupMode(QToolButton::InstantPopup); toolButton->setIcon(QIcon(":key_import.png")); - toolButton->setToolTip("Import key"); - toolButton->setText("Import key from"); + toolButton->setToolTip(tr("Import key")); + toolButton->setText(tr("Import key from"); toolButton->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); keyToolBar->addWidget(toolButton); |