File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -273,8 +273,7 @@ void BitcoinGUI::createActions()
273
273
optionsAction = new QAction (QIcon (" :/icons/options" ), tr (" &Options..." ), this );
274
274
optionsAction->setToolTip (tr (" Modify configuration options for Bitcoin" ));
275
275
optionsAction->setMenuRole (QAction::PreferencesRole);
276
- toggleHideAction = new QAction (QIcon (" :/icons/bitcoin" ), tr (" Show/Hide &Bitcoin" ), this );
277
- toggleHideAction->setToolTip (tr (" Show or hide the Bitcoin window" ));
276
+ toggleHideAction = new QAction (QIcon (" :/icons/bitcoin" ), tr (" &Show / Hide" ), this );
278
277
exportAction = new QAction (QIcon (" :/icons/export" ), tr (" &Export..." ), this );
279
278
exportAction->setToolTip (tr (" Export the data in the current tab to a file" ));
280
279
encryptWalletAction = new QAction (QIcon (" :/icons/lock_closed" ), tr (" &Encrypt Wallet..." ), this );
@@ -463,7 +462,7 @@ void BitcoinGUI::trayIconActivated(QSystemTrayIcon::ActivationReason reason)
463
462
{
464
463
if (reason == QSystemTrayIcon::Trigger)
465
464
{
466
- // Click on system tray icon triggers " show/hide Bitcoin"
465
+ // Click on system tray icon triggers show/hide of the main window
467
466
toggleHideAction->trigger ();
468
467
}
469
468
}
You can’t perform that action at this time.
0 commit comments