2
0
forked from Ivasoft/DSView

update languages & icons

This commit is contained in:
DreamSourceLab
2022-06-14 14:00:04 +08:00
parent d12593fe8a
commit 95fa1df6b7
21 changed files with 261 additions and 46 deletions

View File

@@ -125,7 +125,7 @@ void StoreProgress::reject()
void StoreProgress::accept()
{
if (_store_session.GetFileName() == ""){
MsgBox::Show(NULL, "you need to select a file name.");
MsgBox::Show(NULL, tr("You need to select a file name."));
return;
}