소스 검색

Fix error message on batch insert failure

Neal Wilson 7 년 전
부모
커밋
04b148aece
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      config/Windows/newbatch.xml

+ 1
- 1
config/Windows/newbatch.xml 파일 보기

@@ -592,7 +592,7 @@
592 592
                 query2.bind(":approval", approval.checked);
593 593
                 query2.exec();
594 594
                 if(!query2.next()) {
595
-                    displayError(TTR("batchWindow", "Failed to save batch to database. Please check inputs and connection and try again."));
595
+                    displayError(TTR("batchWindow", "Database Insert Failed"), TTR("batchWindow", "Failed to save batch to database. Please check inputs and connection and try again."));
596 596
                     query2 = query2.invalidate();
597 597
                     query = query.invalidate();
598 598
                     return;

Loading…
취소
저장