diff --git a/DSView/pv/dialogs/calibration.cpp b/DSView/pv/dialogs/calibration.cpp index 9ae5f85d..8103be85 100644 --- a/DSView/pv/dialogs/calibration.cpp +++ b/DSView/pv/dialogs/calibration.cpp @@ -117,7 +117,7 @@ void Calibration::changeEvent(QEvent *event) void Calibration::retranslateUi() { _save_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_SAVE), "Save")); - _abort_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_ABOUT), "About")); + _abort_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_ABORT), "Abort")); _reset_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_RESET), "Reset")); _exit_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_EXIT), "Exit")); diff --git a/lang/cn/dlg.json b/lang/cn/dlg.json index af312d62..12b499ab 100644 --- a/lang/cn/dlg.json +++ b/lang/cn/dlg.json @@ -718,5 +718,9 @@ { "id": "IDS_DLG_GROUP_UI", "text": "界面" + }, + { + "id": "IDS_DLG_ABORT", + "text": "放弃" } ] \ No newline at end of file diff --git a/lang/en/dlg.json b/lang/en/dlg.json index af78ec5f..1dc3be1e 100644 --- a/lang/en/dlg.json +++ b/lang/en/dlg.json @@ -718,5 +718,9 @@ { "id": "IDS_DLG_GROUP_UI", "text": "UI" + }, + { + "id": "IDS_DLG_ABORT", + "text": "Abort" } ] \ No newline at end of file