hotfix bug#165280 【文件管理器】【藏文】占用U盘时,点击文管侧栏的U盘的弹出按钮,提示框的内容未藏文化,显示英文

This commit is contained in:
yangling 2023-05-25 15:55:53 +08:00 committed by Yue-Lan
parent 5effb7b1b5
commit e9092e1d4f
2 changed files with 5 additions and 1 deletions

View File

@ -1755,7 +1755,7 @@ void MessageDialog::init(std::map<QString, QIcon> &occupiedAppMap, const QString
QVBoxLayout *layout = new QVBoxLayout();
QFont font;
font.setBold(true);
QLabel* massageLabel = new QLabel(tr(message.toStdString().data()));
QLabel* massageLabel = new QLabel(message.toStdString().data());
massageLabel->setFont(font);
massageLabel->setContentsMargins(40,10,0,0);

View File

@ -1424,6 +1424,10 @@ Yue Lan &lt;lanyue@kylinos.cn&gt;
<source>File:%1 was not found.</source>
<translation>: %1 </translation>
</message>
<message>
<source>Link file error</source>
<translation></translation>
</message>
</context>
<context>
<name>Peony::FileDeleteOperation</name>