mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2026-09-15 18:12:32 +00:00
Update the lable text about the save dialog
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -658,5 +658,9 @@
|
||||
{
|
||||
"id": "IDS_DLG_CHAN_NUM_ERR2",
|
||||
"text": "需要两个通道的数据."
|
||||
},
|
||||
{
|
||||
"id": "IDS_DLG_PATH_NAME",
|
||||
"text": "路径"
|
||||
}
|
||||
]
|
||||
@@ -658,5 +658,9 @@
|
||||
{
|
||||
"id": "IDS_DLG_CHAN_NUM_ERR2",
|
||||
"text": "Requires the data of two channels."
|
||||
},
|
||||
{
|
||||
"id": "IDS_DLG_PATH_NAME",
|
||||
"text": "path"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user