mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-01 10:39:41 +01:00
Merge bitcoin-core/gui#928: Replace three dots with ellipsis
6df4a045f7 qt: Replace three dots with ellipsis (Hennadii Stepanov)
Pull request description:
From the translator's [comment](https://app.transifex.com/bitcoin/bitcoin/translate/#pl/qt-translation-031x/611215465/) on Transifex:
> Source text has 3 dots, instead of 3-dot character. Most commonly used form is the 3-dot character: …
You could consider updating it.
Top commit has no ACKs.
Tree-SHA512: 73ca2d574798b682abca352346fd3664293f14b66c16b01d1a10128e840072fae883b65db14b86e8a4dffdd849563f4c9412d99baeb9735c919d3629ad9799f7
This commit is contained in:
@@ -496,7 +496,7 @@ void BitcoinGUI::createActions()
|
||||
action->setEnabled(false);
|
||||
}
|
||||
m_migrate_wallet_menu->addSeparator();
|
||||
QAction* restore_migrate_file_action = m_migrate_wallet_menu->addAction(tr("Restore and Migrate Wallet File..."));
|
||||
QAction* restore_migrate_file_action = m_migrate_wallet_menu->addAction(tr("Restore and Migrate Wallet File…"));
|
||||
restore_migrate_file_action->setEnabled(true);
|
||||
|
||||
connect(restore_migrate_file_action, &QAction::triggered, [this] {
|
||||
|
||||
Reference in New Issue
Block a user