mirror of https://gitee.com/openkylin/peony.git
hotfix bug#165280 【文件管理器】【藏文】占用U盘时,点击文管侧栏的U盘的弹出按钮,提示框的内容未藏文化,显示英文
This commit is contained in:
parent
5effb7b1b5
commit
e9092e1d4f
|
@ -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);
|
||||
|
||||
|
|
|
@ -1424,6 +1424,10 @@ Yue Lan <lanyue@kylinos.cn>
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue