Update the lable text about the save dialog

This commit is contained in:
dreamsourcelabTAI
2023-04-03 15:26:12 +08:00
parent a393f229db
commit 77d75f31e1
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ StoreProgress::StoreProgress(SigSession *session, QWidget *parent) :
_fileLab->setMaximumHeight(50);
_openButton = new QPushButton(this);
_openButton->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_CHANGE_FILE), "change"));
_openButton->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_PATH_NAME), "path"));
_space = new QWidget(this);
_space->setMinimumHeight(80);
+4
View File
@@ -658,5 +658,9 @@
{
"id": "IDS_DLG_CHAN_NUM_ERR2",
"text": "需要两个通道的数据."
},
{
"id": "IDS_DLG_PATH_NAME",
"text": "路径"
}
]
+4
View File
@@ -658,5 +658,9 @@
{
"id": "IDS_DLG_CHAN_NUM_ERR2",
"text": "Requires the data of two channels."
},
{
"id": "IDS_DLG_PATH_NAME",
"text": "path"
}
]