Browse Source

Merge pull request #5341

4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann)
50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann)
2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann)
0.13
Wladimir J. van der Laan 10 years ago
parent
commit
c63b47df11
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/askpassphrasedialog.cpp
  2. 2
      src/qt/bitcoingui.cpp
  3. 6
      src/qt/forms/optionsdialog.ui
  4. 2
      src/qt/forms/rpcconsole.ui
  5. 2
      src/qt/forms/sendcoinsdialog.ui
  6. 2
      src/qt/rpcconsole.cpp
  7. 2
      src/qt/sendcoinsdialog.cpp

2
src/qt/askpassphrasedialog.cpp

@ -119,7 +119,7 @@ void AskPassphraseDialog::accept()
{ {
QMessageBox::warning(this, tr("Wallet encrypted"), QMessageBox::warning(this, tr("Wallet encrypted"),
"<qt>" + "<qt>" +
tr("Bitcoin will close now to finish the encryption process. " tr("Bitcoin Core will close now to finish the encryption process. "
"Remember that encrypting your wallet cannot fully protect " "Remember that encrypting your wallet cannot fully protect "
"your bitcoins from being stolen by malware infecting your computer.") + "your bitcoins from being stolen by malware infecting your computer.") +
"<br><br><b>" + "<br><br><b>" +

2
src/qt/bitcoingui.cpp

@ -294,7 +294,7 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle)
aboutQtAction->setStatusTip(tr("Show information about Qt")); aboutQtAction->setStatusTip(tr("Show information about Qt"));
aboutQtAction->setMenuRole(QAction::AboutQtRole); aboutQtAction->setMenuRole(QAction::AboutQtRole);
optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this);
optionsAction->setStatusTip(tr("Modify configuration options for Bitcoin")); optionsAction->setStatusTip(tr("Modify configuration options for Bitcoin Core"));
optionsAction->setMenuRole(QAction::PreferencesRole); optionsAction->setMenuRole(QAction::PreferencesRole);
toggleHideAction = new QAction(QIcon(":/icons/about"), tr("&Show / Hide"), this); toggleHideAction = new QAction(QIcon(":/icons/about"), tr("&Show / Hide"), this);
toggleHideAction->setStatusTip(tr("Show or hide the main Window")); toggleHideAction->setStatusTip(tr("Show or hide the main Window"));

6
src/qt/forms/optionsdialog.ui

@ -30,10 +30,10 @@
<item> <item>
<widget class="QCheckBox" name="bitcoinAtStartup"> <widget class="QCheckBox" name="bitcoinAtStartup">
<property name="toolTip"> <property name="toolTip">
<string>Automatically start Bitcoin after logging in to the system.</string> <string>Automatically start Bitcoin Core after logging in to the system.</string>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Start Bitcoin on system login</string> <string>&amp;Start Bitcoin Core on system login</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -375,7 +375,7 @@
<item> <item>
<widget class="QValueComboBox" name="lang"> <widget class="QValueComboBox" name="lang">
<property name="toolTip"> <property name="toolTip">
<string>The user interface language can be set here. This setting will take effect after restarting Bitcoin.</string> <string>The user interface language can be set here. This setting will take effect after restarting Bitcoin Core.</string>
</property> </property>
</widget> </widget>
</item> </item>

2
src/qt/forms/rpcconsole.ui

@ -331,7 +331,7 @@
<item row="15" column="0"> <item row="15" column="0">
<widget class="QPushButton" name="openDebugLogfileButton"> <widget class="QPushButton" name="openDebugLogfileButton">
<property name="toolTip"> <property name="toolTip">
<string>Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files.</string> <string>Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files.</string>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Open</string> <string>&amp;Open</string>

2
src/qt/forms/sendcoinsdialog.ui

@ -855,7 +855,7 @@
<item> <item>
<widget class="QRadioButton" name="radioCustomPerKilobyte"> <widget class="QRadioButton" name="radioCustomPerKilobyte">
<property name="toolTip"> <property name="toolTip">
<string>If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then &quot;per kilobyte&quot; only pays 250 satoshis in fee, while &quot;at least&quot; pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string> <string>If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then &quot;per kilobyte&quot; only pays 250 satoshis in fee, while &quot;total at least&quot; pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string>
</property> </property>
<property name="text"> <property name="text">
<string>per kilobyte</string> <string>per kilobyte</string>

2
src/qt/rpcconsole.cpp

@ -361,7 +361,7 @@ void RPCConsole::clear()
"b { color: #006060; } " "b { color: #006060; } "
); );
message(CMD_REPLY, (tr("Welcome to the Bitcoin RPC console.") + "<br>" + message(CMD_REPLY, (tr("Welcome to the Bitcoin Core RPC console.") + "<br>" +
tr("Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.") + "<br>" + tr("Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.") + "<br>" +
tr("Type <b>help</b> for an overview of available commands.")), true); tr("Type <b>help</b> for an overview of available commands.")), true);
} }

2
src/qt/sendcoinsdialog.cpp

@ -631,7 +631,7 @@ void SendCoinsDialog::updateSmartFeeLabel()
{ {
ui->labelSmartFee->setText(BitcoinUnits::formatWithUnit(model->getOptionsModel()->getDisplayUnit(), feeRate.GetFeePerK()) + "/kB"); ui->labelSmartFee->setText(BitcoinUnits::formatWithUnit(model->getOptionsModel()->getDisplayUnit(), feeRate.GetFeePerK()) + "/kB");
ui->labelSmartFee2->hide(); ui->labelSmartFee2->hide();
ui->labelFeeEstimation->setText(tr("Estimated to begin confirmation within %1 block(s).").arg(nBlocksToConfirm)); ui->labelFeeEstimation->setText(tr("Estimated to begin confirmation within %n block(s).", "", nBlocksToConfirm));
} }
updateFeeMinimizedLabel(); updateFeeMinimizedLabel();

Loading…
Cancel
Save