mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +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)
|
||||
{
|
||||
case BTC: return QString("BTC");
|
||||
case mBTC: return QString("mBTC");
|
||||
case uBTC: return QString::fromUtf8("µBTC (bits)");
|
||||
case SAT: return QString("Satoshi (sat)");
|
||||
case BTC: return QString("L-BTC");
|
||||
case mBTC: return QString("mL-BTC");
|
||||
case uBTC: return QString::fromUtf8("μL-BTC");
|
||||
case SAT: return QString("Satoshi (L-sat)");
|
||||
default: return QString("???");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue