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