文字组织修改

This commit is contained in:
zhaominyong 2022-02-28 10:37:56 +08:00
parent ff90ddfc3c
commit 89194d2daf
2 changed files with 7 additions and 7 deletions

View File

@ -1101,7 +1101,7 @@ void GhostImage::initLastWidget()
bigTitle->setDeplayText(tr("Ghost image creation is successful"));
QString imgPath = m_prefixDestPath + GHOST_PATH;
imgPath.replace("//", "/");
labelError1->setDeplayText(tr("You can view it in the directory : ") + imgPath);
labelError1->setDeplayText(tr("You can view it in the directory : %1").arg(imgPath));
dot1->setVisible(true);
dot2->setVisible(false);

View File

@ -633,7 +633,7 @@
<message>
<location filename="module/datarestore.cpp" line="937"/>
<source>Successfully restoring the data</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="module/datarestore.cpp" line="945"/>
@ -643,7 +643,7 @@
<message>
<location filename="module/datarestore.cpp" line="958"/>
<source>Restoring the data failed</source>
<translation></translation>
<translation></translation>
</message>
</context>
<context>
@ -1010,17 +1010,17 @@
<message>
<location filename="module/ghostimage.cpp" line="1101"/>
<source>Ghost image creation is successful</source>
<translation>Ghost镜像创建成</translation>
<translation></translation>
</message>
<message>
<location filename="module/ghostimage.cpp" line="1104"/>
<source>You can view it in the directory : </source>
<translation></translation>
<source>You can view it in the directory : %1</source>
<translation>%1</translation>
</message>
<message>
<location filename="module/ghostimage.cpp" line="1118"/>
<source>Ghost image creation is failed</source>
<translation>Ghost镜像创建失</translation>
<translation></translation>
</message>
</context>
<context>