Update empty scan translate.
This commit is contained in:
@@ -129,7 +129,7 @@ void ScanFormWidget::initScanControlBar(QHBoxLayout *layout){
|
||||
mBtnDrainage->setObjectName("btnDrainage");
|
||||
mBtnDrainage->setCheckable(true);
|
||||
|
||||
mBtnRefresh->setText(tr("Refresh"));
|
||||
mBtnRefresh->setText(tr("Empty Scan"));
|
||||
mBtnPreview->setText(tr("Preview"));
|
||||
mBtnStop->setText(tr("Stop"));
|
||||
mBtnScan->setText(tr("Scan"));
|
||||
@@ -287,7 +287,7 @@ void ScanFormWidget::initEvents() {//Events-------------------------------------
|
||||
void ScanFormWidget::reloadLanguage(){
|
||||
mBtnLeft->setText(tr("LEFT"));
|
||||
mBtnRight->setText(tr("RIGHT"));
|
||||
mBtnRefresh->setText(tr("Refresh"));
|
||||
mBtnRefresh->setText(tr("Empty Scan"));
|
||||
mBtnPreview->setText(tr("Preview"));
|
||||
mBtnStop->setText(tr("Stop"));
|
||||
mBtnScan->setText(tr("Scan"));
|
||||
|
||||
Reference in New Issue
Block a user