Merge pull request #1 from geeknik/master

Change references from Bitcoin to Primecoin
master
mikaelh2 2013-07-14 03:11:59 -07:00
commit 113001c95e
4 changed files with 8 additions and 8 deletions

View File

@ -96,7 +96,7 @@
<item>
<widget class="QPushButton" name="signMessage">
<property name="toolTip">
<string>Sign a message to prove you own a Bitcoin address</string>
<string>Sign a message to prove you own a Primecoin address</string>
</property>
<property name="text">
<string>Sign &amp;Message</string>
@ -110,7 +110,7 @@
<item>
<widget class="QPushButton" name="verifyMessage">
<property name="toolTip">
<string>Verify a message to ensure it was signed with a specified Bitcoin address</string>
<string>Verify a message to ensure it was signed with a specified Primecoin address</string>
</property>
<property name="text">
<string>&amp;Verify Message</string>

View File

@ -61,7 +61,7 @@
<item>
<widget class="QLabel" name="labelWalletStatus">
<property name="toolTip">
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin 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 Primecoin network after a connection is established, but this process has not completed yet.</string>
</property>
<property name="styleSheet">
<string notr="true">QLabel { color: red; }</string>
@ -227,7 +227,7 @@
<item>
<widget class="QLabel" name="labelTransactionsStatus">
<property name="toolTip">
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin 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 Primecoin network after a connection is established, but this process has not completed yet.</string>
</property>
<property name="styleSheet">
<string notr="true">QLabel { color: red; }</string>

View File

@ -322,7 +322,7 @@
<item row="15" column="0">
<widget class="QPushButton" name="openDebugLogfileButton">
<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 Primecoin debug log file from the current data directory. This can take a few seconds for large log files.</string>
</property>
<property name="text">
<string>&amp;Open</string>
@ -348,7 +348,7 @@
<item row="17" column="0">
<widget class="QPushButton" name="showCLOptionsButton">
<property name="toolTip">
<string>Show the Bitcoin-Qt help message to get a list with possible Bitcoin command-line options.</string>
<string>Show the Primecoin-Qt help message to get a list with possible Primecoin command-line options.</string>
</property>
<property name="text">
<string>&amp;Show</string>

View File

@ -155,7 +155,7 @@
<item>
<widget class="QPushButton" name="signMessageButton_SM">
<property name="toolTip">
<string>Sign the message to prove you own this Bitcoin address</string>
<string>Sign the message to prove you own this Primecoin address</string>
</property>
<property name="text">
<string>Sign &amp;Message</string>
@ -301,7 +301,7 @@
<item>
<widget class="QPushButton" name="verifyMessageButton_VM">
<property name="toolTip">
<string>Verify the message to ensure it was signed with the specified Bitcoin address</string>
<string>Verify the message to ensure it was signed with the specified Primecoin address</string>
</property>
<property name="text">
<string>Verify &amp;Message</string>