bug fixes
This commit is contained in:
@@ -179,8 +179,8 @@ void systemSettingForm::updateDiskUse()
|
|||||||
{
|
{
|
||||||
if (m_diskuse != -1.0)
|
if (m_diskuse != -1.0)
|
||||||
{
|
{
|
||||||
ui->batIcon->setValue(m_disksize);
|
ui->batIcon->setValue(m_diskuse);
|
||||||
ui->lbl_used->setText(tr("used:\t%1G").arg(m_disksize));
|
ui->lbl_used->setText(tr("used:\t%1G").arg(m_diskuse));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1155,7 +1155,7 @@ parameters
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="170"/>
|
<location filename="../systemsettingform.cpp" line="170"/>
|
||||||
<source>total: %1G</source>
|
<source>total: %1G</source>
|
||||||
<translation>总量:\t%1G</translation>
|
<translation>总量:%1G</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="174"/>
|
<location filename="../systemsettingform.cpp" line="174"/>
|
||||||
@@ -1165,7 +1165,7 @@ parameters
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="183"/>
|
<location filename="../systemsettingform.cpp" line="183"/>
|
||||||
<source>used: %1G</source>
|
<source>used: %1G</source>
|
||||||
<translation>剩余:\t%1G</translation>
|
<translation>剩余:%1G</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="187"/>
|
<location filename="../systemsettingform.cpp" line="187"/>
|
||||||
|
|||||||
@@ -1155,7 +1155,7 @@ parameters
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="170"/>
|
<location filename="../systemsettingform.cpp" line="170"/>
|
||||||
<source>total: %1G</source>
|
<source>total: %1G</source>
|
||||||
<translation>总量:\t%1G</translation>
|
<translation>总量:%1G</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="174"/>
|
<location filename="../systemsettingform.cpp" line="174"/>
|
||||||
@@ -1165,7 +1165,7 @@ parameters
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="183"/>
|
<location filename="../systemsettingform.cpp" line="183"/>
|
||||||
<source>used: %1G</source>
|
<source>used: %1G</source>
|
||||||
<translation>剩余:\t%1G</translation>
|
<translation>剩余:%1G</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../systemsettingform.cpp" line="187"/>
|
<location filename="../systemsettingform.cpp" line="187"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user