2
0
forked from Ivasoft/DSView

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

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);