diff --git a/DSView/pv/dialogs/storeprogress.cpp b/DSView/pv/dialogs/storeprogress.cpp index 6cacd971..eb108809 100644 --- a/DSView/pv/dialogs/storeprogress.cpp +++ b/DSView/pv/dialogs/storeprogress.cpp @@ -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); diff --git a/lang/cn/dlg.json b/lang/cn/dlg.json index 573a1a59..10d5e5be 100644 --- a/lang/cn/dlg.json +++ b/lang/cn/dlg.json @@ -658,5 +658,9 @@ { "id": "IDS_DLG_CHAN_NUM_ERR2", "text": "需要两个通道的数据." + }, + { + "id": "IDS_DLG_PATH_NAME", + "text": "路径" } ] \ No newline at end of file diff --git a/lang/en/dlg.json b/lang/en/dlg.json index b6590b58..6f856f52 100644 --- a/lang/en/dlg.json +++ b/lang/en/dlg.json @@ -658,5 +658,9 @@ { "id": "IDS_DLG_CHAN_NUM_ERR2", "text": "Requires the data of two channels." + }, + { + "id": "IDS_DLG_PATH_NAME", + "text": "path" } ] \ No newline at end of file