CUR to CURE

This commit is contained in:
CryptoCanary 2018-01-14 18:02:03 -05:00
parent 1a34fb178e
commit 67a59d7948
3 changed files with 9 additions and 9 deletions

View File

@ -34,9 +34,9 @@ QString curecoinUnits::name(int unit)
{ {
switch(unit) switch(unit)
{ {
case BTC: return QString("CUR"); case BTC: return QString("CURE");
case mBTC: return QString("mCUR"); case mBTC: return QString("mCURE");
case uBTC: return QString::fromUtf8("μCUR"); case uBTC: return QString::fromUtf8("μCURE");
default: return QString("???"); default: return QString("???");
} }
} }

View File

@ -105,7 +105,7 @@
<string>Your current balance</string> <string>Your current balance</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">0 CUR</string> <string notr="true">0 CURE</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -134,7 +134,7 @@
<string>Total of coins that was staked, and do not yet count toward the current balance</string> <string>Total of coins that was staked, and do not yet count toward the current balance</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">0 CUR</string> <string notr="true">0 CURE</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -163,7 +163,7 @@
<string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string> <string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">0 CUR</string> <string notr="true">0 CURE</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -189,7 +189,7 @@
<string>Mined balance that has not yet matured</string> <string>Mined balance that has not yet matured</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">0 CUR</string> <string notr="true">0 CURE</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -269,7 +269,7 @@
<item> <item>
<widget class="QLabel" name="labelTransactionsStatus"> <widget class="QLabel" name="labelTransactionsStatus">
<property name="toolTip"> <property name="toolTip">
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the curecoin 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 Curecoin network after a connection is established, but this process has not completed yet.</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QLabel { color: red; }</string> <string notr="true">QLabel { color: red; }</string>

View File

@ -158,7 +158,7 @@
<cursorShape>IBeamCursor</cursorShape> <cursorShape>IBeamCursor</cursorShape>
</property> </property>
<property name="text"> <property name="text">
<string>123.456 CUR</string> <string>123.456 CURE</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>