You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/qt/coincontroldialog.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ void CoinControlDialog::viewItemChanged(QTreeWidgetItem* item, int column)
441
441
int nRounds = pwalletMain->GetOutpointPrivateSendRounds(outpt);
442
442
if (coinControl->fUsePrivateSend && nRounds < privateSendClient.nPrivateSendRounds) {
443
443
QMessageBox::warning(this, windowTitle(),
444
-
tr("Non-anonymized input selected. <b>PrivateSend will be disabled.</b><br><br>If you still want to use PrivateSend, please deselect all non-nonymized inputs first and then check PrivateSend checkbox again."),
444
+
tr("Non-anonymized input selected. <b>PrivatePAC will be disabled.</b><br><br>If you still want to use PrivatePAC, please deselect all non-nonymized inputs first and then check PrivatePAC checkbox again."),
Copy file name to clipboardExpand all lines: src/qt/forms/modaloverlay.ui
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<x>0</x>
8
8
<y>0</y>
9
9
<width>640</width>
10
-
<height>401</height>
10
+
<height>382</height>
11
11
</rect>
12
12
</property>
13
13
<propertyname="windowTitle">
@@ -128,7 +128,7 @@
128
128
<item>
129
129
<widgetclass="QLabel"name="infoText">
130
130
<propertyname="text">
131
-
<string>Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the Paccoin network, as detailed below.</string>
131
+
<string>Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the $PAC network, as detailed below.</string>
132
132
</property>
133
133
<propertyname="textFormat">
134
134
<enum>Qt::RichText</enum>
@@ -147,7 +147,7 @@
147
147
</font>
148
148
</property>
149
149
<propertyname="text">
150
-
<string>Attempting to spend Paccoin that are affected by not-yet-displayed transactions will not be accepted by the network.</string>
150
+
<string>Attempting to spend $PAC that are affected by not-yet-displayed transactions will not be accepted by the network.</string>
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Paccoin network after a connection is established, but this process has not completed yet.</string>
66
+
<propertyname="statusTip">
67
+
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the $PAC network after a connection is established, but this process has not completed yet.</string>
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Paccoin network after a connection is established, but this process has not completed yet.</string>
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Paccoin network after a connection is established, but this process has not completed yet.</string>
"saved in some safe place</span>!") + "<br><br>" +
499
499
tr("Note: You turn this message off in options.");
500
500
ui->labelPrivateSendEnabled->setToolTip(strWarn);
501
-
LogPrintf("OverviewPage::privateSendStatus -- Very low number of keys left since last automatic backup, warning user and trying to create new backup...\n");
LogPrintf("OverviewPage::privatePACStatus -- Very low number of keys left since last automatic backup, warning user and trying to create new backup...\n");
LogPrintf("OverviewPage::privateSendStatus -- Very low number of keys left since last automatic backup, skipping warning and trying to create new backup...\n");
504
+
LogPrintf("OverviewPage::privatePACStatus -- Very low number of keys left since last automatic backup, skipping warning and trying to create new backup...\n");
0 commit comments