diff --git a/src/forms/MainWindow.ui b/src/forms/MainWindow.ui index 25f569c..f94259a 100644 --- a/src/forms/MainWindow.ui +++ b/src/forms/MainWindow.ui @@ -112,7 +112,7 @@ 0 0 724 - 29 + 30 @@ -187,7 +187,7 @@ - &Toolbar Icon Size + Toolbar &Icon Size @@ -278,72 +278,72 @@ - Q&uit + &Quit - Add New Group... + &Add New Group... - Edit Group... + &Edit Group... - Delete Group + &Delete Group - Copy Password to Clipboard + Copy Password &to Clipboard - Copy Username to Clipboard + Copy &Username to Clipboard - Open URL + &Open URL - Save Attachment As... + &Save Attachment As... - Add New Entry... + Add &New Entry... - View/Edit Entry... + &View/Edit Entry... - Delete Entry + De&lete Entry - Clone Entry + &Clone Entry - Search in Database... + Search &in Database... - Search in this Group... + Search in this &Group... @@ -483,7 +483,7 @@ - Perform AutoType + &Perform AutoType @@ -522,12 +522,12 @@ - New Database... + &New Database... - Password Generator... + &Password Generator... diff --git a/src/forms/SettingsDlg.ui b/src/forms/SettingsDlg.ui index 4d4564e..56600ad 100644 --- a/src/forms/SettingsDlg.ui +++ b/src/forms/SettingsDlg.ui @@ -685,7 +685,7 @@ - Show passwords in plain text in: + Show plain text passwords in: @@ -704,7 +704,7 @@ - Key Dialogs + Database Key Dialog diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7d997ca..6194f02 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -292,7 +292,7 @@ void KeepassMainWindow::setupMenus(){ EntryView->ContextMenu->addAction(EditCloneEntryAction); EntryView->ContextMenu->addAction(EditDeleteEntryAction); - ViewShowToolbarAction->setText(tr("Show Toolbar")); + ViewShowToolbarAction->setText(tr("Show &Toolbar")); ViewMenu->insertAction(ViewShowEntryDetailsAction,ViewShowToolbarAction); ViewShowToolbarAction->setChecked(config->showToolbar()); ViewShowEntryDetailsAction->setChecked(config->showEntryDetails());