修改文字

hdrplus
Matthew 1 year ago
parent 6fd02c2e52
commit 3d2c4a35e3

@ -389,7 +389,7 @@ bool CPhoneDevice::SelfTest(std::string& result)
fs::space_info si = fs::space("/data");
double fr = ((double)si.available * 100.0f) / ((double)si.capacity);
result += "存储剩余";
result += "可用存储:";
result += std::to_string((int)fr);
result += "%%\r\n";

Loading…
Cancel
Save