mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
GUI: Add "L-" prefix to Bitcoin units
This commit is contained in:
parent
6879be7036
commit
9ee46291d5
1 changed files with 4 additions and 4 deletions
|
|
@ -42,10 +42,10 @@ QString BitcoinUnits::longName(int unit)
|
||||||
{
|
{
|
||||||
switch(unit)
|
switch(unit)
|
||||||
{
|
{
|
||||||
case BTC: return QString("BTC");
|
case BTC: return QString("L-BTC");
|
||||||
case mBTC: return QString("mBTC");
|
case mBTC: return QString("mL-BTC");
|
||||||
case uBTC: return QString::fromUtf8("µBTC (bits)");
|
case uBTC: return QString::fromUtf8("μL-BTC");
|
||||||
case SAT: return QString("Satoshi (sat)");
|
case SAT: return QString("Satoshi (L-sat)");
|
||||||
default: return QString("???");
|
default: return QString("???");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue